flutter/examples/flutter_view
Ian Hickson 3eb87830e9 Constants! Constants everywhere! (#9286)
Aggressively apply the const lint.
2017-04-07 12:24:32 -07:00
..
.idea Update IJ files to match latest flutter create template (#9103) 2017-04-04 15:50:03 +02:00
android Android: Set evaluationDependsOn for plugin subprojects. (#9179) 2017-04-04 13:03:06 +02:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Migrate flutter_view example to new plugin API (#9096) 2017-03-29 18:45:19 -07:00
lib Constants! Constants everywhere! (#9286) 2017-04-07 12:24:32 -07:00
.gitignore Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
flutter_view.iml Update IJ files to match latest flutter create template (#9103) 2017-04-04 15:50:03 +02: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.