Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.26 KB

Contributing to Flutter Packages

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 packages repository:

Notes

Style

Flutter packages follow Flutter's style guide, with the exception that code is formatted with dart format.

Releasing

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.