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

Commit 342d010

Browse files
Add a note about Plus plugins to CONTRIBUTING.md (#3511)
Adds a prominent note to CONTRIBUTING.md about the new policy regarding PRs for plugins for which there is a Flutter Community Plus Plugins equivalent.
1 parent 546d6c1 commit 342d010

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55

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

8+
## Important note
9+
10+
As of January 2021, we are no longer accepting non-critical PRs for plugins
11+
for which there is a corresponding [Flutter Community Plus
12+
Plugin](https://plus.fluttercommunity.dev/), as we hope in time to be able
13+
to transition users to those versions of the plugins. If you have a PR for
14+
something other than a critical issue (crashes, build failures, null safety, etc.)
15+
for any of the following plugins, we encourage you to submit it
16+
[there](https://github.com/fluttercommunity/plus_plugins/pulls) instead:
17+
- `android_alarm_manager`
18+
- `android_intent`
19+
- `battery`
20+
- `connectivity`
21+
- `device_info`
22+
- `package_info`
23+
- `sensors`
24+
- `share`
25+
- `wifi_info_flutter` (corresponds to `network_info_plus`)
26+
827
## Things you will need
928

1029

0 commit comments

Comments
 (0)