* 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 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