For an introduction to contributing to Flutter, see our contributor guide.
Additional resources specific to the core packages repository:
- Setting up the Packages development environment, which covers the setup process for this repository.
- Packages repository structure, to get an overview of how this repository is laid out.
- Contributing to Plugins and Packages, for more information about how to make PRs for this repository.
PRs will assigned to reviewers during a weekly triage. Flutter team members are encouraged to request review directly if they know the appropriate reviewer(s).
These packages should follow
Flutter style
for all code, and be formatted with dart format
If you are a team member landing a PR, or just want to know what the release process is for package changes, see the release documentation.