flutter/examples/flutter_view
2020-01-02 11:47:28 -08:00
..
android License update (#45373) 2019-11-27 15:04:02 -08:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Revert "Revert "Add many more global analyses. (#47875)" (#48080)" (#48081) 2020-01-02 11:47:28 -08:00
lib License update (#45373) 2019-11-27 15:04:02 -08:00
pubspec.yaml Update meta to 1.1.8 (#44584) 2019-11-12 13:48:42 -08:00
README.md Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07: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.