flutter/examples/flutter_view
2020-04-14 13:01:54 -07:00
..
android Don't import plugins that don't support android in settings.gradle (#54407) 2020-04-12 08:55:03 -07:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Migrate Runner project base configuration (#54691) 2020-04-14 13:01:54 -07:00
lib License update (#45373) 2019-11-27 15:04:02 -08:00
pubspec.yaml [versions] update EVERYTHING (#53467) 2020-03-30 14:09:38 -07: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.