mirror of
https://github.com/flutter/flutter.git
synced 2026-01-27 20:42:44 +08:00
* Deprecates `BinaryMessages` in favor of a default instance of `BinaryMessenger`, called `defaultBinaryMessenger` * Platform channels use the `defaultBinaryMessenger` for their binaryMessenger default argument.
The files in this directory are used as part of tests in the
flutter_tools package. Some are here because here these tests need a
pubspec.yaml that references the flutter framework (which is
intentionally not true of the flutter_tools package). Others are
here mostly out of peer pressure.