mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Part 1/n https://github.com/flutter/flutter/issues/152374 ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I updated/added relevant documentation (doc comments with `///`). - [ ] All existing and new tests are passing.
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
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.