Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Almoullim authored Jul 9, 2020
1 parent b9c4260 commit 4220506
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A Flutter plugin to get location updates in the background for both Android and iOS (Requires iOS 10.0+). Uses `CoreLocation` for iOS and `FusedLocationProvider` for Android

PS: This project was originaly created by [@shah-xad](https://github.com/shah-xad/flutter_background_location) for Android only.

## Getting Started

**1:** Add this to your package's pubspec.yaml file:
Expand Down Expand Up @@ -93,8 +91,3 @@ BackgroundLocation.stopLocationService();
- [x] Add support for checking the permission status.
- [ ] Add support for getting the last location once without listening to location updates.
- [ ] Add support for chosing the rate at the which the location is fetched based on time and distance.

## Contributers

- Ali Almoullim ([@almoullim](https://github.com/Almoullim)) -- iOS implementation
- Shahzad Akram ([@shah-xad](https://github.com/shah-xad)) -- Android implementation

0 comments on commit 4220506

Please sign in to comment.