flutter/dev/integration_tests
Michael Klimushyn 821602aef3
Revert "Moved the default BinaryMessenger instance to ServicesBinding (#37489)" (#37983)
This reverts commit 92ef2b9ce1.

This requires either runApp() or
WidgetsFlutterBinding.ensureInitialized() to have been called before
using any MethodChannels. Plugins broadly rely on MethodChannels and
right now there's no general requirements that they be constructed
within the runApp call, so the ecosystem breakages from this are broader
than originally thought. Reverting for now.
2019-08-09 16:30:30 -07:00
..
android_host_app Revert "Upgrade the Gradle script to Android plugin version 3.3.0 (#26913)" (#27045) 2019-01-24 14:29:08 -08:00
android_semantics_testing update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
android_splash_screens Revert "Moved the default BinaryMessenger instance to ServicesBinding (#37489)" (#37983) 2019-08-09 16:30:30 -07:00
android_views update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
channels update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
codegen update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
external_ui update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
flavors update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
image_loading update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
ios_add2app Revert "Moved the default BinaryMessenger instance to ServicesBinding (#37489)" (#37983) 2019-08-09 16:30:30 -07:00
ios_host_app Vend Flutter module App.framework as a local CocoaPod pod to be installed by a host app (#36793) 2019-07-30 09:58:39 -07:00
module_host_with_custom_build Allow flavors and custom build types in host app (#36805) 2019-07-29 09:26:41 -07:00
named_isolates flutter update-packages --force-upgrade (#36510) 2019-07-18 22:21:58 -07:00
platform_interaction update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
release_smoke_test Closes #37593 Add flutter_export_environment.sh to gitignore (#37595) 2019-08-06 13:18:41 -07:00
simple_codegen update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
ui update dependencies; add a Web smoke test (#37816) 2019-08-09 09:58:49 -07:00
web flutter update-packages --force-upgrade (#36510) 2019-07-18 22:21:58 -07:00
README.md Update README.md 2018-11-09 11:07:22 -08:00

Automated Flutter integration test suites. Each suite consists of either a complete Flutter app and a flutter_driver specification that drives tests from the UI, or a native app that is meant to integrate with Flutter for testing.

Intended for use with devicelab tests.