flutter/examples/flutter_view
2021-11-01 08:58:13 -07:00
..
android Update lockfiles (#92800) 2021-11-01 08:58:13 -07:00
assets Add flutter_view sample (#8486) 2017-03-09 12:53:01 +01:00
ios Migrate iOS project to Xcode 13 compatibility (#90304) 2021-09-22 13:23:05 -07:00
lib Enable library_private_types_in_public_api lint (#81578) 2021-05-10 16:26:16 -07:00
.metadata Update outdated platform directories in examples (#91125) 2021-10-05 14:52:11 -07:00
pubspec.yaml Add smoke tests for all the examples, fix 17 broken examples. (#89021) 2021-09-28 09:32:06 -07:00
README.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -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.

Android

You can open android/ in Android Studio and build the project as usual.