flutter/examples/platform_view
Yegor 154f2e5402 Reapply #12700 but keep linter pinned at 0.1.35 (#12735)
* Revert "Revert "fix --force-upgrade script; upgrade to the latest package versions (#12700)" (#12729)"

This reverts commit 7f0d4f4caa.

* keep linter pinned at 0.1.35
2017-10-26 09:55:36 -07:00
..
android Add framework support for system text scale factor. (#12180) 2017-10-02 14:18:18 -07: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 enable lint prefer_single_quotes (#12665) 2017-10-22 18:11:36 +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 Replace FLUTTER_MODULE_TYPE with WEB_MODULE in dev/manual_tests/* and examples/* iml files (#11234) 2017-08-07 15:53:56 -07:00
pubspec.yaml Reapply #12700 but keep linter pinned at 0.1.35 (#12735) 2017-10-26 09:55:36 -07: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.