commit | 3300ec508f0d3a6178a0b93fab000b007a2e9f82 | [log] [tgz] |
---|---|---|
author | stuartmorgan <stuartmorgan@google.com> | Thu May 11 12:51:08 2023 -0700 |
committer | GitHub <noreply@github.com> | Thu May 11 15:51:08 2023 -0400 |
tree | f3cfba00d53989aff19d4258658623b17bbf7984 | |
parent | 1015be091694a440bf1bb03dc5955dd30312faef [diff] |
[image_picker] Fix use_build_context_synchronously violations (#3969) - Fixes a violation of `use_build_context_synchronously` that was previously undected, which will soon be detected, unblocking future rolls. - Reduces unnecessary drift between different versions of the example, some of which unnecessarily had context be nullable, or passed it slightly differently. - Fixes newly-found `use_build_context_synchronously` violations from making `BuildContext` non-nullable; apparently the lint rule doesn't work for nullable contexts yet.
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: