flutter/examples/flutter_view
2019-07-18 22:21:58 -07:00
..
android Revert "Upgrade the Gradle script to Android plugin version 3.3.0 (#26913)" (#27045) 2019-01-24 14:29:08 -08:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Build all example projects in CI build smoke test (#35778) 2019-07-09 16:00:33 -07:00
lib Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
pubspec.yaml flutter update-packages --force-upgrade (#36510) 2019-07-18 22:21:58 -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.