flutter/dev/devicelab/lib
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
..
command add --exit flag to dev/devicelab/bin/test_runner.dart (#134165) 2023-09-07 19:38:05 +00:00
framework Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
tasks Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
microbenchmarks.dart Set the CONFIGURATION_BUILD_DIR in generated xcconfig when debugging core device (#134493) 2023-09-13 18:08:35 +00:00