See also: Flutter's code of conduct
For an introduction to contributing to Flutter, see our contributor guide.
Additional resources specific to the plugins repository:
Flutter plugins follow Google style—or Flutter style for Dart—for the languages they use, and use auto-formatters:
dart format
clang-format
google-java-format
clang-format
If you are a team member landing a PR, or just want to know what the release process is for plugin changes, see the release documentation.