flutter/examples/flutter_view
2019-10-15 12:37:13 -07:00
..
android Migrate examples and tests to AndroidX (#41251) 2019-09-25 09:02:15 -07:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Increase template Swift version from 4 to 5 (#41882) 2019-10-15 12:37:13 -07:00
lib Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
pubspec.yaml flutter update-packages --force-upgrade (#36510) 2019-07-18 22:21:58 -07:00
README.md Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00

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 gradle.

You can read more about accessing platform and third-party services in Flutter.

iOS

You can open ios/Runner.xcworkspace in Xcode and build the project as usual. For this sample you need to run pod install from the ios folder before building the first time.

Android

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