diff --git a/packages/android_alarm_manager/CHANGELOG.md b/packages/android_alarm_manager/CHANGELOG.md index 4e919722d6e6..7c40428c22ba 100644 --- a/packages/android_alarm_manager/CHANGELOG.md +++ b/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. diff --git a/packages/android_alarm_manager/README.md b/packages/android_alarm_manager/README.md index 5a8a55e43641..500c5d5232f9 100644 --- a/packages/android_alarm_manager/README.md +++ b/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 diff --git a/packages/android_alarm_manager/pubspec.yaml b/packages/android_alarm_manager/pubspec.yaml index 87f3491b2bbb..8de81e400837 100644 --- a/packages/android_alarm_manager/pubspec.yaml +++ b/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: diff --git a/packages/android_intent/CHANGELOG.md b/packages/android_intent/CHANGELOG.md index 7fa74466f172..2934d72012f8 100644 --- a/packages/android_intent/CHANGELOG.md +++ b/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. diff --git a/packages/android_intent/README.md b/packages/android_intent/README.md index a2f95abe2bae..0ad1117daa0c 100644 --- a/packages/android_intent/README.md +++ b/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. diff --git a/packages/android_intent/pubspec.yaml b/packages/android_intent/pubspec.yaml index bed624437b47..1dcde33a6d27 100644 --- a/packages/android_intent/pubspec.yaml +++ b/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: diff --git a/packages/battery/battery/CHANGELOG.md b/packages/battery/battery/CHANGELOG.md index 2fab7244ba18..b4f0cef94edb 100644 --- a/packages/battery/battery/CHANGELOG.md +++ b/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. diff --git a/packages/battery/battery/README.md b/packages/battery/battery/README.md index 358dee6f8f27..5337978b4d79 100644 --- a/packages/battery/battery/README.md +++ b/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. diff --git a/packages/battery/battery/pubspec.yaml b/packages/battery/battery/pubspec.yaml index 25e04a82369e..3fa7f8c3a762 100644 --- a/packages/battery/battery/pubspec.yaml +++ b/packages/battery/battery/pubspec.yaml @@ -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: diff --git a/packages/connectivity/connectivity/CHANGELOG.md b/packages/connectivity/connectivity/CHANGELOG.md index f3307f1880ac..89db7aeba9bb 100644 --- a/packages/connectivity/connectivity/CHANGELOG.md +++ b/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. diff --git a/packages/connectivity/connectivity/README.md b/packages/connectivity/connectivity/README.md index 6c608d3d8e16..d085c18ba1e4 100644 --- a/packages/connectivity/connectivity/README.md +++ b/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. diff --git a/packages/connectivity/connectivity/pubspec.yaml b/packages/connectivity/connectivity/pubspec.yaml index 604e9ad520fc..e96865d8919a 100644 --- a/packages/connectivity/connectivity/pubspec.yaml +++ b/packages/connectivity/connectivity/pubspec.yaml @@ -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: diff --git a/packages/device_info/device_info/CHANGELOG.md b/packages/device_info/device_info/CHANGELOG.md index ca597b39ae9f..a92cb8ce94b1 100644 --- a/packages/device_info/device_info/CHANGELOG.md +++ b/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. diff --git a/packages/device_info/device_info/README.md b/packages/device_info/device_info/README.md index 98bfc15c7156..34cf9bb2ac2b 100644 --- a/packages/device_info/device_info/README.md +++ b/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 diff --git a/packages/device_info/device_info/pubspec.yaml b/packages/device_info/device_info/pubspec.yaml index e7015e5cb7fb..bb76b265eb2c 100644 --- a/packages/device_info/device_info/pubspec.yaml +++ b/packages/device_info/device_info/pubspec.yaml @@ -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: diff --git a/packages/package_info/CHANGELOG.md b/packages/package_info/CHANGELOG.md index a1eed5609cdc..96697dd220e6 100644 --- a/packages/package_info/CHANGELOG.md +++ b/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. diff --git a/packages/package_info/README.md b/packages/package_info/README.md index a09db08dd484..80893880f3c2 100644 --- a/packages/package_info/README.md +++ b/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. diff --git a/packages/package_info/pubspec.yaml b/packages/package_info/pubspec.yaml index 310ca32af5fe..e3b976f83685 100644 --- a/packages/package_info/pubspec.yaml +++ b/packages/package_info/pubspec.yaml @@ -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: diff --git a/packages/sensors/CHANGELOG.md b/packages/sensors/CHANGELOG.md index f2711fd56d4a..d7bf66d432a6 100644 --- a/packages/sensors/CHANGELOG.md +++ b/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. diff --git a/packages/sensors/README.md b/packages/sensors/README.md index 8c5ab008419b..1f46ce1c3608 100644 --- a/packages/sensors/README.md +++ b/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 diff --git a/packages/sensors/pubspec.yaml b/packages/sensors/pubspec.yaml index e0e966977a84..d1f3a82cb8a9 100644 --- a/packages/sensors/pubspec.yaml +++ b/packages/sensors/pubspec.yaml @@ -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: diff --git a/packages/share/CHANGELOG.md b/packages/share/CHANGELOG.md index 5f7c23d07cf5..a5e45110ebeb 100644 --- a/packages/share/CHANGELOG.md +++ b/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. diff --git a/packages/share/README.md b/packages/share/README.md index 59cfbf7c5665..7fda1198f503 100644 --- a/packages/share/README.md +++ b/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 diff --git a/packages/share/pubspec.yaml b/packages/share/pubspec.yaml index 653cf15a1505..6ab43e814117 100644 --- a/packages/share/pubspec.yaml +++ b/packages/share/pubspec.yaml @@ -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: diff --git a/packages/wifi_info_flutter/wifi_info_flutter/CHANGELOG.md b/packages/wifi_info_flutter/wifi_info_flutter/CHANGELOG.md index a388acb823a9..925745faa22a 100644 --- a/packages/wifi_info_flutter/wifi_info_flutter/CHANGELOG.md +++ b/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. diff --git a/packages/wifi_info_flutter/wifi_info_flutter/README.md b/packages/wifi_info_flutter/wifi_info_flutter/README.md index e1c0c84dc04b..3f1084eb1d2c 100644 --- a/packages/wifi_info_flutter/wifi_info_flutter/README.md +++ b/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, diff --git a/packages/wifi_info_flutter/wifi_info_flutter/pubspec.yaml b/packages/wifi_info_flutter/wifi_info_flutter/pubspec.yaml index 91aa93eceb06..15eb82e13d8a 100644 --- a/packages/wifi_info_flutter/wifi_info_flutter/pubspec.yaml +++ b/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"