flutter/dev/integration_tests/flutter_gallery/lib/demo/shrine/model
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
..
app_state_model.dart Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
product.dart Migrate Flutter Gallery test to null safety (#70116) 2020-11-09 12:29:14 -08:00
products_repository.dart Enable prefer_relative_imports and fix files. (#91573) 2021-10-11 10:28:07 -07:00