flutter/examples/flutter_view
Dan Field d8db70af1a
Move flutter_assets to App.framework (#26630)
* move flutter_assets to App.framework

* remove flutter_assets references from all pbxproj files checked in
2019-01-16 14:02:54 -08:00
..
android Update examples to match the new version of generated build.gradle (#25483) (#25569) 2018-12-19 12:16:30 -08:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Move flutter_assets to App.framework (#26630) 2019-01-16 14:02:54 -08:00
lib Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
pubspec.yaml Reland "Roll engine to version e3687f70c7ece72000b32ee1b3c02755ba5361ac (#20427)" (#20633) 2018-08-15 15:35:12 -07: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.