flutter/packages/flutter_tools/test/src
Nate c53a18f4e4
Implementing null-aware operators throughout the repository (#143804)
This pull request fixes #143803 by taking advantage of Dart's null-aware operators.

And unlike `switch` expressions ([9 PRs](https://github.com/flutter/flutter/pull/143634) and counting), the Flutter codebase is already fantastic when it comes to null-aware coding. After refactoring the entire repo, all the changes involving `?.` and `??` can fit into a single pull request.
2024-02-23 19:02:22 +00:00
..
android_common.dart Improves output file path logic in Android analyze (#136981) 2023-11-16 22:59:02 +00:00
common.dart Fix implementation imports outside of lib (#143594) 2024-02-16 22:38:10 +00:00
context.dart Avoid depending on files from build_system/targets other than from top level entrypoints in flutter_tools. (#142760) 2024-02-02 18:23:08 +00:00
custom_devices_common.dart Remove dead code in tools tests (#104567) 2022-05-25 12:48:17 -07:00
fake_devices.dart in flutter run, throw tool exit when --flavor is provided but is not supported on the target device (#139045) 2024-01-05 21:47:58 +00:00
fake_http_client.dart Enable strict-inference (#135043) 2023-09-20 19:59:08 +00:00
fake_process_manager.dart provide command to FakeCommand::onRun (#142206) 2024-01-25 07:51:25 +00:00
fake_vm_services.dart Remove uses of deprecated test_api imports (#124732) 2023-04-20 20:55:28 +00:00
fakes.dart Add an override annotation to the lineTerminator setter in the MemoryStdout fake class (#143646) 2024-02-17 16:41:27 +00:00
io.dart Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
logging_logger.dart [flutter_tools] Make flutter test -v print timing of different phases (#108864) 2022-08-18 16:26:56 +00:00
pubspec_schema.dart FFI plugins (#96225) 2022-01-26 23:44:45 +01:00
test_build_system.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
test_flutter_command_runner.dart Remove uses of deprecated test_api imports (#124732) 2023-04-20 20:55:28 +00:00
test_wrapper.dart Migrate android_console to null safety (#78923) 2021-03-24 15:18:00 -07:00
testbed.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
throwing_pub.dart reduce pub output from flutter create (#118285) 2023-01-12 21:42:02 +00:00