Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 4 additions & 0 deletions packages/location_background/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+3

* Update README.md indicating package support status.

## 0.1.0+2

* Fix Dart deprecation warnings.
Expand Down
2 changes: 2 additions & 0 deletions packages/location_background/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe say that it shouldn't be used in real apps and was only built as a sample?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1


## Getting Started

**_NOTE: This plugin does not currently have an Android implementation._**
Expand Down
2 changes: 1 addition & 1 deletion packages/location_background/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: location_background_plugin
description: A new flutter plugin project.
author: Flutter Team <flutter-dev@googlegroups.com>
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:
Expand Down