flutter/examples/flutter_view
Stanislav Baranov da599cfc59
Update examples to match the new version of generated build.gradle (#25483) (#25569)
This version honors flutter tool's --build-number/--build-name flags.
2018-12-19 12:16:30 -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 Re-reland Xcode backend refactor (#23762) 2018-10-31 16:37:53 -07: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.