aves_mio1/.flutter/examples/platform_view
FabioMich66 19a982ede6
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-03-05 15:51:30 +01:00
..
android first commit 2026-03-05 15:51:30 +01:00
assets first commit 2026-03-05 15:51:30 +01:00
ios first commit 2026-03-05 15:51:30 +01:00
lib first commit 2026-03-05 15:51:30 +01:00
linux first commit 2026-03-05 15:51:30 +01:00
macos first commit 2026-03-05 15:51:30 +01:00
windows first commit 2026-03-05 15:51:30 +01:00
pubspec.yaml first commit 2026-03-05 15:51:30 +01:00
README.md first commit 2026-03-05 15:51:30 +01:00

Example of switching between full-screen Flutter and Platform View

This project demonstrates how to bring up a full-screen iOS/Android view from a full-screen Flutter view along with passing data back and forth between the two.

On iOS, we use a CocoaPods dependency to add a Material Design button, and so pod install needs to be invoked in the ios/ folder before flutter run:

pushd ios/ ; pod install ; popd
flutter run