1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +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,17 @@
# multiple_flutters_android
This is an add-to-app sample that uses the Flutter engine group API to host
multiple instances of Flutter in the app.
## Getting Started
```sh
cd ../multiple_flutters_module
flutter pub get
cd -
open -a "Android Studio" multiple_flutters_android/ # macOS command
# (build and run)
```
For more information see
[multiple_flutters_module](../multiple_flutters_module/README.md).