* Revert "Update templates (#23698)" This reverts commit5b0de6d679. * Revert "Verify that date/number translations exist for all supported languages (#23692)" This reverts commit3449edf256. * Revert "Reland Xcode backend refactor (#23574)" This reverts commit7270f2845d.
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.