flutter/examples/flutter_view
Sarah Zakarias 6314a6c091 Update iOS part of flutter_view to use the new platform message channel (#8762)
* Update iOS part of flutter_view to use the new platform message channel

* remove newline

* comments
2017-03-16 09:32:19 +01:00
..
.idea Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
android Update Android part of flutter_view to use the new platform message c… (#8729) 2017-03-14 09:38:09 +01:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Update iOS part of flutter_view to use the new platform message channel (#8762) 2017-03-16 09:32:19 +01: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.