tree: ad59e27cd7a69840ff8c60041900512ba20915a2 [path history] [tgz]
  1. android/
  2. assets/
  3. ios/
  4. lib/
  5. macos/
  6. windows/
  7. .metadata
  8. pubspec.yaml
  9. README.md
examples/flutter_view/README.md

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.