flutter/examples/flutter_view
Vyacheslav Egorov c23509e9fd
Unpin test and upgrade packages (#14282)
* Unpin package:test and upgrade packages

* Update packages/flutter/test/foundation/stack_trace_test.dart

* Also add packages/flutter_tools/test/data/asset_test/font/.dartignore to ensure that update-packages --force-upgrade does not crash.
2018-01-26 10:40:03 -08:00
..
android Update and simplify Android templates (#13970) 2018-01-08 15:01:43 +01:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Remove app.flx and add flutter_assets to project.pbxproj of all example apps (#13649) 2017-12-18 20:08:30 +01:00
lib enable lint prefer_single_quotes (#12665) 2017-10-22 18:11:36 +02:00
pubspec.yaml Unpin test and upgrade packages (#14282) 2018-01-26 10:40:03 -08: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.