mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Revert "Update templates (#23698)" This reverts commit 5b0de6d679ff2e870711b986577bc7769c1745fb. * Revert "Verify that date/number translations exist for all supported languages (#23692)" This reverts commit 3449edf256aa389405ef6a86387dc02c81061b2e. * Revert "Reland Xcode backend refactor (#23574)" This reverts commit 7270f2845d9a975387191ab6adcada4c492273b5.
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