commit | d449a17f8706850388a16d8acc72398c2118cf9a | [log] [tgz] |
---|---|---|
author | stuartmorgan <stuartmorgan@google.com> | Mon May 22 13:10:40 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon May 22 20:10:40 2023 +0000 |
tree | 60b47a1a0c628430f92c3e787aaef4a332b495e6 | |
parent | 30ebcf38c90bc9a28a0e524d7e17ae81bc5068ee [diff] |
[various] Remove unnecessary null checks (#4060) Removes `unnecessary_null_comparison: ignore` from the repository analysis options. Now that Dart 3 has reached the stable channel, all fully supported customers will be running in strong mode, so the extra null checks are no longer needed. While many packages do support earlier versions, this won't break anyone, it will just mean that people who are both a) using old versions of Flutter and b) violating the API contract by passing null to a non-nullable type, won't get error messages that are as obvious, which is fine for the best-effort support level we give to pre-current-stable versions of Flutter.
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: