See also: Flutter's code of conduct
For an introduction to contributing to Flutter, see our contributor guide.
Additional resources specific to the 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.
Flutter packages follow Flutter's style
guide, with the
exception that code is 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.