1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Added sample code for multiple flutters on iOS (#670)

This commit is contained in:
gaaclarke
2021-02-08 13:01:54 -08:00
committed by GitHub
parent 241e2c1b26
commit 2825131b34
31 changed files with 1588 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
# multiple_flutters_ios
This is an add-to-app sample that uses the Flutter Engine Group API to host
multiple instances of Flutter in an iOS app.
## Getting Started
```sh
cd ../multiple_flutters_module
flutter pub get
cd -
pod install
open MultipleFluttersIos.xcworkspace
# (build and run)
```
For more information see: [multiple_flutters/README.md](../README.md)