flutter/packages/flutter_test/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
..
fix_data Reland simulatedAccessibilityTraversal fix (#143527) 2024-02-15 21:37:40 +00:00
src Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
flutter_test.dart Adds SemanticsNode Finders for searching the semantics tree (#127137) 2023-08-10 21:31:06 +00:00