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
jesswrd d98aef1acb Bump Add to App Sample project to API 36 (#2595)
Confirm the add to app sample project works as expeceted when bumped to API 36.

Fixes [#165161](https://github.com/flutter/flutter/issues/165161)

If you need help, consider asking for advice on the #hackers-devrel channel on [Discord].
2025-03-20 17:32:08 +00: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.