flutter/dev/integration_tests/channels
Matan Lurey 256ad9f9cb
Move integration_test dependencies to non-dev_dependencies. (#160380)
First part of https://github.com/flutter/flutter/issues/160379.

This should be a NOP, because without the
`explicit-package-dependencies` feature flag, all dependencies
(including dev_dependencies) are considered, for the purposes of
plugins, non-dev dependencies.

This change prepares for flipping that flag, so when the flip occurs, it
is _also_ a NOP for these tests.
2024-12-16 22:42:01 +00:00
..
android [Reland] Force automatic ndk download when building for Android (#160260) 2024-12-13 20:27:23 +00:00
integration_test Resolve TODOs in channels integration test (#130745) 2023-07-17 22:05:37 +00:00
ios [flutter_tools] opt iOS/macOS apps out of Metal API validation via migrator, update templates in repo. (#159228) 2024-11-21 01:36:55 +00:00
lib switch statement cleanup (#148382) 2024-05-16 17:16:06 -07:00
macos [flutter_tools] opt iOS/macOS apps out of Metal API validation via migrator, update templates in repo. (#159228) 2024-11-21 01:36:55 +00:00
pubspec.yaml Move integration_test dependencies to non-dev_dependencies. (#160380) 2024-12-16 22:42:01 +00:00
README.md Integration test for channel communication (#9621) 2017-04-27 08:44:28 +02:00

channels

Integration test of platform channels.