flutter/dev/integration_tests/platform_interaction
Ian Hickson 441b5c2031 Pin all dependencies ONCE AND FOR ALL (#12210)
* Pin all dependencies ONCE AND FOR ALL

This replaces the secret `flutter update-packages --upgrade` with a destructive `flutter update-packages --force-upgrade` that actually goes and pins every dependency and transitive dependency in every flutter package to the same version.

* Add comments.
2017-09-22 13:35:35 -07:00
..
android Add integration test for platform interaction (#11580) 2017-08-11 10:38:12 +02:00
ios Add integration test for platform interaction (#11580) 2017-08-11 10:38:12 +02:00
lib Prefer const constructors (#11853) 2017-08-31 08:55:21 +02:00
test_driver Add integration test for platform interaction (#11580) 2017-08-11 10:38:12 +02:00
.gitignore Add integration test for platform interaction (#11580) 2017-08-11 10:38:12 +02:00
pubspec.yaml Pin all dependencies ONCE AND FOR ALL (#12210) 2017-09-22 13:35:35 -07:00
README.md Add integration test for platform interaction (#11580) 2017-08-11 10:38:12 +02:00

platform_interaction

Integration test of platform interaction.