1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/add_to_app/multiple_flutters/multiple_flutters_android
Eric Windmill 64877f3b34 Fixes all add_to_app Android builds (#2243)
* Fixes issues #2240 and #2241 
* Also fixes Android build issues for add_to_app/fullscreen
2024-04-18 11:47:15 -04:00
..
2023-06-23 01:54:59 +02:00
2023-06-23 01:54:59 +02:00
2023-06-23 01:54:59 +02: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.