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:
@@ -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).
|
||||
Reference in New Issue
Block a user