README.md 582 Bytes
Newer Older
1 2 3 4 5
# Example of embedding Flutter using FlutterView

This project demonstrates how to embed Flutter within an iOS or Android
application. On iOS, the iOS and Flutter components are built with Xcode. On
Android, the Android and Flutter components are built with Android Studio or
6
Gradle.
7 8

You can read more about
9
[accessing platform and third-party services in Flutter](https://flutter.dev/platform-services/).
10 11 12 13

## iOS

You can open `ios/Runner.xcworkspace` in Xcode and build the project as
14
usual.
15 16 17 18

## Android

You can open `android/` in Android Studio and build the project as usual.