Skip to content

Commit 756b8d8

Browse files
adds linux as platform to pub dev #1734 (#1735)
* adds linux as platform to pub dev #1734 * Update geolocator/CHANGELOG.md Co-authored-by: Maurits van Beusekom <maurits@baseflow.com> * added geolocator_linux to package --------- Co-authored-by: Maurits van Beusekom <maurits@baseflow.com>
1 parent 2cbbdaa commit 756b8d8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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 a supported platform to pubspec.
45

56
## 14.0.1
67

geolocator/pubspec.yaml

Lines changed: 4 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:
@@ -31,6 +33,7 @@ dependencies:
3133
geolocator_apple: ^2.3.8
3234
geolocator_web: ^4.1.1
3335
geolocator_windows: ^0.2.3
36+
geolocator_linux: ^0.2.3
3437

3538
dev_dependencies:
3639
flutter_test:

0 commit comments

Comments
 (0)