1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 06:48:26 +00:00

Multiple flutters sample android (#677)

This commit is contained in:
gaaclarke
2021-03-08 10:10:45 -08:00
committed by GitHub
parent 99c18b18d7
commit cf913f689d
39 changed files with 1091 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
include ':app'
rootProject.name = "Multiple Flutters"
setBinding(new Binding([gradle: this])) // new
evaluate(new File( // new
settingsDir.parentFile, // new
'./multiple_flutters_module/.android/include_flutter.groovy' // new
))