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

Commit

Permalink
Point deprecated plugins to Plus versions (#3971)
Browse files Browse the repository at this point in the history
The Flutter Community Plus Plugins have achieved Flutter Favorite
status, so the Flutter copies will now be turned down. This updates all
the READMEs to announce the deprecation and eventually discontinuing of
the plugins, pointing to the Plus versions.

Part of flutter/flutter#83277
  • Loading branch information
stuartmorgan committed May 26, 2021
1 parent 8f4c774 commit 375c423
Show file tree
Hide file tree
Showing 27 changed files with 180 additions and 10 deletions.
4 changes: 4 additions & 0 deletions packages/android_alarm_manager/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.2

* Update README to point to Plus Plugins version.

## 2.0.1

* Migrate maven repository from jcenter to mavenCentral.
Expand Down
15 changes: 15 additions & 0 deletions packages/android_alarm_manager/README.md
@@ -1,5 +1,20 @@
# android_alarm_manager

---

## Deprecation Notice

This plugin has been replaced by the [Flutter Community Plus
Plugins](https://plus.fluttercommunity.dev/) version,
[`android_alarm_manager_plus`](https://pub.dev/packages/android_alarm_manager_plus).
No further updates are planned to this plugin, and we encourage all users to
migrate to the Plus version.

Critical fixes (e.g., for any security incidents) will be provided through the
end of 2021, at which point this package will be marked as discontinued.

---

[![pub package](https://img.shields.io/pub/v/android_alarm_manager.svg)](https://pub.dev/packages/android_alarm_manager)

A Flutter plugin for accessing the Android AlarmManager service, and running
Expand Down
2 changes: 1 addition & 1 deletion packages/android_alarm_manager/pubspec.yaml
@@ -1,7 +1,7 @@
name: android_alarm_manager
description: Flutter plugin for accessing the Android AlarmManager service, and
running Dart code in the background when alarms fire.
version: 2.0.1
version: 2.0.2
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager

dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/android_intent/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.2

* Update README to point to Plus Plugins version.

## 2.0.1

* Migrate maven repository from jcenter to mavenCentral.
Expand Down
15 changes: 15 additions & 0 deletions packages/android_intent/README.md
@@ -1,5 +1,20 @@
# Android Intent Plugin for Flutter

---

## Deprecation Notice

This plugin has been replaced by the [Flutter Community Plus
Plugins](https://plus.fluttercommunity.dev/) version,
[`android_intent_plus`](https://pub.dev/packages/android_intent_plus).
No further updates are planned to this plugin, and we encourage all users to
migrate to the Plus version.

Critical fixes (e.g., for any security incidents) will be provided through the
end of 2021, at which point this package will be marked as discontinued.

---

This plugin allows Flutter apps to launch arbitrary intents when the platform
is Android. If the plugin is invoked on iOS, it will crash your app. In checked
mode, we assert that the platform should be Android.
Expand Down
2 changes: 1 addition & 1 deletion packages/android_intent/pubspec.yaml
@@ -1,7 +1,7 @@
name: android_intent
description: Flutter plugin for launching Android Intents. Not supported on iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/android_intent
version: 2.0.1
version: 2.0.2

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/battery/battery/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.3

* Update README to point to Plus Plugins version.

## 2.0.2

* Migrate maven repository from jcenter to mavenCentral.
Expand Down
15 changes: 15 additions & 0 deletions packages/battery/battery/README.md
@@ -1,5 +1,20 @@
# Battery

---

## Deprecation Notice

This plugin has been replaced by the [Flutter Community Plus
Plugins](https://plus.fluttercommunity.dev/) version,
[`battery_plus`](https://pub.dev/packages/battery_plus).
No further updates are planned to this plugin, and we encourage all users to
migrate to the Plus version.

Critical fixes (e.g., for any security incidents) will be provided through the
end of 2021, at which point this package will be marked as discontinued.

---

[![pub package](https://img.shields.io/pub/v/battery.svg)](https://pub.dev/packages/battery)

A Flutter plugin to access various information about the battery of the device the app is running on.
Expand Down
2 changes: 1 addition & 1 deletion packages/battery/battery/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: battery
description: Flutter plugin for accessing information about the battery state
(full, charging, discharging) on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/battery/battery
version: 2.0.2
version: 2.0.3

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/connectivity/connectivity/CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.0.6

* Update README to point to Plus Plugins version.

## 3.0.5

* Ignore Reachability pointer to int cast warning.
Expand Down
15 changes: 15 additions & 0 deletions packages/connectivity/connectivity/README.md
@@ -1,5 +1,20 @@
# connectivity

---

## Deprecation Notice

This plugin has been replaced by the [Flutter Community Plus
Plugins](https://plus.fluttercommunity.dev/) version,
[`connectivity_plus`](https://pub.dev/packages/connectivity_plus).
No further updates are planned to this plugin, and we encourage all users to
migrate to the Plus version.

Critical fixes (e.g., for any security incidents) will be provided through the
end of 2021, at which point this package will be marked as discontinued.

---

This plugin allows Flutter apps to discover network connectivity and configure
themselves accordingly. It can distinguish between cellular vs WiFi connection.
This plugin works for iOS and Android.
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity/connectivity/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: connectivity
description: Flutter plugin for discovering the state of the network (WiFi &
mobile/cellular) connectivity on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity
version: 3.0.5
version: 3.0.6

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/device_info/device_info/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.2

* Update README to point to Plus Plugins version.

## 2.0.1

* Migrate maven repository from jcenter to mavenCentral.
Expand Down
15 changes: 15 additions & 0 deletions packages/device_info/device_info/README.md
@@ -1,5 +1,20 @@
# device_info

---

## Deprecation Notice

This plugin has been replaced by the [Flutter Community Plus
Plugins](https://plus.fluttercommunity.dev/) version,
[`device_info_plus`](https://pub.dev/packages/device_info_plus).
No further updates are planned to this plugin, and we encourage all users to
migrate to the Plus version.

Critical fixes (e.g., for any security incidents) will be provided through the
end of 2021, at which point this package will be marked as discontinued.

---

Get current device information from within the Flutter application.

# Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/device_info/device_info/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: device_info
description: Flutter plugin providing detailed information about the device
(make, model, etc.), and Android or iOS version the app is running on.
homepage: https://github.com/flutter/plugins/tree/master/packages/device_info
version: 2.0.1
version: 2.0.2

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/package_info/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.2

* Update README to point to Plus Plugins version.

## 2.0.1

* Migrate maven repository from jcenter to mavenCentral.
Expand Down
15 changes: 15 additions & 0 deletions packages/package_info/README.md
@@ -1,5 +1,20 @@
# PackageInfo

---

## Deprecation Notice

This plugin has been replaced by the [Flutter Community Plus
Plugins](https://plus.fluttercommunity.dev/) version,
[`package_info_plus`](https://pub.dev/packages/package_info_plus).
No further updates are planned to this plugin, and we encourage all users to
migrate to the Plus version.

Critical fixes (e.g., for any security incidents) will be provided through the
end of 2021, at which point this package will be marked as discontinued.

---

This Flutter plugin provides an API for querying information about an
application package.

Expand Down
2 changes: 1 addition & 1 deletion packages/package_info/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: package_info
description: Flutter plugin for querying information about the application
package, such as CFBundleVersion on iOS or versionCode on Android.
homepage: https://github.com/flutter/plugins/tree/master/packages/package_info
version: 2.0.1
version: 2.0.2

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/sensors/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.3

* Update README to point to Plus Plugins version.

## 2.0.2

* Fix -Wstrict-prototypes analyzer warning in iOS plugin.
Expand Down
16 changes: 15 additions & 1 deletion packages/sensors/README.md
@@ -1,7 +1,21 @@
# sensors

A Flutter plugin to access the accelerometer and gyroscope sensors.
---

## Deprecation Notice

This plugin has been replaced by the [Flutter Community Plus
Plugins](https://plus.fluttercommunity.dev/) version,
[`sensors_plus`](https://pub.dev/packages/sensors_plus).
No further updates are planned to this plugin, and we encourage all users to
migrate to the Plus version.

Critical fixes (e.g., for any security incidents) will be provided through the
end of 2021, at which point this package will be marked as discontinued.

---

A Flutter plugin to access the accelerometer and gyroscope sensors.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/sensors/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: sensors
description: Flutter plugin for accessing the Android and iOS accelerometer and
gyroscope sensors.
homepage: https://github.com/flutter/plugins/tree/master/packages/sensors
version: 2.0.2
version: 2.0.3

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/share/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.4

* Update README to point to Plus Plugins version.

## 2.0.3

* Do not tear down method channel onDetachedFromActivity.
Expand Down
15 changes: 15 additions & 0 deletions packages/share/README.md
@@ -1,5 +1,20 @@
# Share plugin

---

## Deprecation Notice

This plugin has been replaced by the [Flutter Community Plus
Plugins](https://plus.fluttercommunity.dev/) version,
[`share_plus`](https://pub.dev/packages/share_plus).
No further updates are planned to this plugin, and we encourage all users to
migrate to the Plus version.

Critical fixes (e.g., for any security incidents) will be provided through the
end of 2021, at which point this package will be marked as discontinued.

---

[![pub package](https://img.shields.io/pub/v/share.svg)](https://pub.dev/packages/share)

A Flutter plugin to share content from your Flutter app via the platform's
Expand Down
2 changes: 1 addition & 1 deletion packages/share/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: share
description: Flutter plugin for sharing content via the platform share UI, using
the ACTION_SEND intent on Android and UIActivityViewController on iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/share
version: 2.0.3
version: 2.0.4

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/wifi_info_flutter/wifi_info_flutter/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.2

* Update README to point to Plus Plugins version.

## 2.0.1

* Migrate maven repository from jcenter to mavenCentral.
Expand Down
15 changes: 15 additions & 0 deletions packages/wifi_info_flutter/wifi_info_flutter/README.md
@@ -1,5 +1,20 @@
# wifi_info_flutter

---

## Deprecation Notice

This plugin has been replaced by the [Flutter Community Plus
Plugins](https://plus.fluttercommunity.dev/) version,
[`network_info_plus`](https://pub.dev/packages/network_info_plus).
No further updates are planned to this plugin, and we encourage all users to
migrate to the Plus version.

Critical fixes (e.g., for any security incidents) will be provided through the
end of 2021, at which point this package will be marked as discontinued.

---

This plugin retrieves information about a device's connection to wifi.

> Note that on Android, this does not guarantee connection to Internet. For instance,
Expand Down
2 changes: 1 addition & 1 deletion packages/wifi_info_flutter/wifi_info_flutter/pubspec.yaml
@@ -1,7 +1,7 @@
name: wifi_info_flutter
description: A new flutter plugin project.
homepage: https://github.com/flutter/plugins/tree/master/packages/wifi_info_flutter/wifi_info_flutter
version: 2.0.1
version: 2.0.2

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 375c423

Please sign in to comment.