"Fossies" - the Fresh Open Source Software Archive 
Member "flutter-3.7.0/examples/flutter_view/README.md" (24 Jan 2023, 582 Bytes) of package /linux/misc/flutter-3.7.0.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format).
Alternatively you can here
view or
download the uninterpreted source code file.
A member file download can also be achieved by clicking within a package contents listing on the according byte size field.
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.