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:
17
add_to_app/multiple_flutters/multiple_flutters_ios/README.md
Normal file
17
add_to_app/multiple_flutters/multiple_flutters_ios/README.md
Normal 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)
|
||||
Reference in New Issue
Block a user