flutter/examples/flutter_view
Brian Slesinsky 60c6ecc79f add Dart_SDK project library to examples that don't have them (#9847)
This ensures that when someone opens the project using IDEA,
the Flutter plugin will find the location of the Flutter SDK
and run "flutter packages get".
2017-05-05 19:14:58 -07:00
..
.idea add Dart_SDK project library to examples that don't have them (#9847) 2017-05-05 19:14:58 -07:00
android Exclude generated PluginRegistry files from git (#9555) 2017-04-24 15:23:18 +02:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Fix flutter view project's automated tests (#9712) 2017-05-01 18:23:06 -07:00
lib Make naming consistent across channel APIs (#9270) 2017-04-18 15:23:15 +02:00
.gitignore Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
flutter_view.iml IntelliJ metadata cleanup (flutter-intellij#914). (#9427) 2017-04-17 13:42:31 -07:00
pubspec.yaml Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01: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.