Skip to content

Commit e97d43d

Browse files
committed
adds linux as platform to pub dev #1734
1 parent 2cbbdaa commit e97d43d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

geolocator/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 14.0.2
22

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

56
## 14.0.1
67

geolocator/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: geolocator
22
description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
44
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5-
version: 14.0.1
5+
version: 14.0.2
66

77
environment:
88
sdk: ^3.5.0
@@ -21,6 +21,8 @@ flutter:
2121
default_package: geolocator_web
2222
windows:
2323
default_package: geolocator_windows
24+
linux:
25+
default_package: geolocator_linux
2426

2527
dependencies:
2628
flutter:

0 commit comments

Comments
 (0)