flutter/dev/benchmarks/microbenchmarks/lib/language
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
..
compute_bench.dart Enable unreachable_from_main lint - it is stable now!!1 (#129854) 2023-07-06 00:09:01 +00:00
sync_star_bench.dart add image load benchmark (#103459) 2022-05-10 22:49:08 -07:00
sync_star_semantics_bench.dart Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00