Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion geolocator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 14.0.2

- Adds section about `UIBackgroundModes` to the README.
- Adds Linux as s supported platform to pubdev.

## 14.0.1

Expand Down
4 changes: 3 additions & 1 deletion geolocator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: geolocator
description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
version: 14.0.1
version: 14.0.2

environment:
sdk: ^3.5.0
Expand All @@ -21,6 +21,8 @@ flutter:
default_package: geolocator_web
windows:
default_package: geolocator_windows
linux:
default_package: geolocator_linux

dependencies:
flutter:
Expand Down