Contributing to Flutter Plugins

Build Status

See also: Flutter's code of conduct

Welcome

For an introduction to contributing to Flutter, see our contributor guide.

Additional resources specific to the plugins repository:

Other notes

Style

Flutter plugins follow Google style—or Flutter style for Dart—for the languages they use, and use auto-formatters:

  • Dart formatted with dart format
  • C++ formatted with clang-format
    • Note: The Linux plugins generally follow idiomatic GObject-based C style. See the engine style notes for more details, and exceptions.
  • Java formatted with google-java-format
  • Objective-C formatted with clang-format

Releasing

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.