flutter/examples/platform_view
2017-06-29 09:48:01 +02:00
..
android Make consistent use of gradle wrapper (#10993) 2017-06-29 09:48:01 +02:00
assets Add example showing full-screen iOS/Android view from Flutter (#10386) 2017-05-30 13:28:30 +02:00
ios Add example showing full-screen iOS/Android view from Flutter (#10386) 2017-05-30 13:28:30 +02:00
lib more const for immutables (#10563) 2017-06-08 22:04:18 +02:00
.gitignore Add example showing full-screen iOS/Android view from Flutter (#10386) 2017-05-30 13:28:30 +02:00
android.iml Add example showing full-screen iOS/Android view from Flutter (#10386) 2017-05-30 13:28:30 +02:00
full_platform_view.iml Add example showing full-screen iOS/Android view from Flutter (#10386) 2017-05-30 13:28:30 +02:00
pubspec.yaml Add example showing full-screen iOS/Android view from Flutter (#10386) 2017-05-30 13:28:30 +02:00
README.md Add example showing full-screen iOS/Android view from Flutter (#10386) 2017-05-30 13:28:30 +02: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.