File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 11.1.0
2
+
3
+ - Expose ` AndroidPosition ` from geolocator.
4
+
1
5
## 11.0.0
2
6
3
7
- ** BREAKING CHANGE:** Updates dependency on geolocator_web to version [ 3.0.0] ( https://pub.dev/packages/geolocator_web/changelog ) .
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ import 'package:geolocator_apple/geolocator_apple.dart';
6
6
import 'package:geolocator_platform_interface/geolocator_platform_interface.dart' ;
7
7
8
8
export 'package:geolocator_android/geolocator_android.dart'
9
- show AndroidSettings, ForegroundNotificationConfig, AndroidResource;
9
+ show
10
+ AndroidSettings,
11
+ ForegroundNotificationConfig,
12
+ AndroidResource,
13
+ AndroidPosition;
10
14
export 'package:geolocator_apple/geolocator_apple.dart'
11
15
show AppleSettings, ActivityType;
12
16
export 'package:geolocator_platform_interface/geolocator_platform_interface.dart' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: geolocator
2
2
description : Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
3
3
repository : https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
4
4
issue_tracker : https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5
- version : 11.0 .0
5
+ version : 11.1 .0
6
6
7
7
environment :
8
8
sdk : " >=2.15.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments