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 all 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 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

**_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