From 15db32c6e0f8bf38f225d8819060a5abb604577c Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Wed, 24 Jul 2019 14:42:56 -0700 Subject: [PATCH 1/4] Update for release --- packages/location_background/CHANGELOG.md | 4 ++++ packages/location_background/README.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/packages/location_background/CHANGELOG.md b/packages/location_background/CHANGELOG.md index 25c67329556f..00776c5aff31 100644 --- a/packages/location_background/CHANGELOG.md +++ b/packages/location_background/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0+3 + +* Update README.md indicating package support status. + ## 0.1.0+2 * Fix Dart deprecation warnings. diff --git a/packages/location_background/README.md b/packages/location_background/README.md index f10adaa31bbe..7a673e53ab7b 100644 --- a/packages/location_background/README.md +++ b/packages/location_background/README.md @@ -2,6 +2,8 @@ An example Flutter plugin that showcases background execution using iOS location services. +**This plugin is not being actively maintained. An [archive](https://github.com/flutter/plugins/tree/af86b9db204d4fee2d0eeabb2325007ec5f20424/packages/location_background) of previous versions can be found in the Flutter plugins repository.** + ## Getting Started **_NOTE: This plugin does not currently have an Android implementation._** From 801b80d8df06eff9751595bb7df125dde7042a9a Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Wed, 24 Jul 2019 14:43:27 -0700 Subject: [PATCH 2/4] Update pubspec for release --- packages/location_background/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/location_background/pubspec.yaml b/packages/location_background/pubspec.yaml index 158d3cb77dc0..37be671a585d 100644 --- a/packages/location_background/pubspec.yaml +++ b/packages/location_background/pubspec.yaml @@ -2,7 +2,7 @@ name: location_background_plugin description: A new flutter plugin project. author: Flutter Team homepage: https://github.com/flutter/plugins/tree/master/packages/location_background -version: 0.1.0+2 +version: 0.1.0+3 publish_to: none dependencies: From ae54402aaeab740e14275940a6fa24c4ebce63a5 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Wed, 24 Jul 2019 17:41:35 -0700 Subject: [PATCH 3/4] Update README --- packages/location_background/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/location_background/README.md b/packages/location_background/README.md index 7a673e53ab7b..27fa77ab0583 100644 --- a/packages/location_background/README.md +++ b/packages/location_background/README.md @@ -2,7 +2,7 @@ An example Flutter plugin that showcases background execution using iOS location services. -**This plugin is not being actively maintained. An [archive](https://github.com/flutter/plugins/tree/af86b9db204d4fee2d0eeabb2325007ec5f20424/packages/location_background) of previous versions can be found in the Flutter plugins repository.** +**This plugin is not being actively maintained and is not for production use. An [archive](https://github.com/flutter/plugins/tree/af86b9db204d4fee2d0eeabb2325007ec5f20424/packages/location_background) of previous versions can be found in the Flutter plugins repository.** ## Getting Started From 6cacd954e9d0d933b39b7c5254fbb03580242b8a Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Wed, 24 Jul 2019 17:43:42 -0700 Subject: [PATCH 4/4] Update README --- packages/location_background/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/location_background/README.md b/packages/location_background/README.md index 27fa77ab0583..d4d6b128ebba 100644 --- a/packages/location_background/README.md +++ b/packages/location_background/README.md @@ -2,7 +2,7 @@ An example Flutter plugin that showcases background execution using iOS location services. -**This plugin is not being actively maintained and is not for production use. An [archive](https://github.com/flutter/plugins/tree/af86b9db204d4fee2d0eeabb2325007ec5f20424/packages/location_background) of previous versions can be found in the Flutter plugins repository.** +**This plugin is not being actively maintained and is not for production use.** An [archive](https://github.com/flutter/plugins/tree/af86b9db204d4fee2d0eeabb2325007ec5f20424/packages/location_background) of previous versions can be found in the Flutter plugins repository. ## Getting Started