Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Add a note about Plus plugins to CONTRIBUTING.md #3511

Merged
merged 4 commits into from
Feb 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@

_See also: [Flutter's code of conduct](https://github.com/flutter/flutter/blob/master/CODE_OF_CONDUCT.md)_

## Important note

As of January 2021, we are no longer accepting non-critical PRs for plugins
stuartmorgan marked this conversation as resolved.
Show resolved Hide resolved
for which there is a corresponding [Flutter Community Plus
Plugin](https://plus.fluttercommunity.dev/), as we hope in time to be able
to transition users to those versions of the plugins. If you have a PR for
something other than a critical issue (crashes, build failures, null safety, etc.)
for any of the following plugins, we encourage you to submit it
[there](https://github.com/fluttercommunity/plus_plugins/pulls) instead:
- `android_alarm_manager`
- `android_intent`
- `battery`
- `connectivity`
- `device_info`
- `package_info`
- `sensors`
- `share`
- `wifi_info_flutter` (corresponds to `network_info_plus`)

## Things you will need


Expand Down