mirror of
https://github.com/flutter/samples.git
synced 2026-04-06 11:41:26 +00:00
Add a FlutterView level integration example on Android for add-to-app (#632)
This commit is contained in:
7
add_to_app/android_view/settings.gradle
Normal file
7
add_to_app/android_view/settings.gradle
Normal file
@@ -0,0 +1,7 @@
|
||||
rootProject.name = "Flutter View Integration"
|
||||
include ':app'
|
||||
setBinding(new Binding([gradle: this]))
|
||||
evaluate(new File(
|
||||
settingsDir.parentFile,
|
||||
'flutter_module_using_plugin/.android/include_flutter.groovy'
|
||||
))
|
||||
Reference in New Issue
Block a user