1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Files
samples/add_to_app/multiple_flutters/multiple_flutters_android
godofredoc f58928da91 Remove binaries from samples. (#1057)
This is to remove the security alerts related to checked in binaries.
2022-03-26 03:25:17 +10:00
..
2022-02-02 12:59:08 -08:00
2022-01-05 10:43:14 +10:00

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.