flutter/examples/flutter_view
Sarah Zakarias 18db5a2e68 Add start-up test for flutter_view sample (#8892)
* Add start-up test for flutter_view sample

* add reportMetrics flag to startup test

* rewording in manifest.yaml
2017-03-23 13:20:00 +01:00
..
.idea Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
android Add start-up test for flutter_view sample (#8892) 2017-03-23 13:20:00 +01:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Build Flutter app as a framework on iOS (#8971) 2017-03-22 17:41:49 -07:00
lib Update Android part of flutter_view to use the new platform message c… (#8729) 2017-03-14 09:38:09 +01:00
.gitignore Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
pubspec.yaml Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
README.md Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01: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.