File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.1.1
2
+
3
+ - Exposes the ` WebSettings ` class as a public type.
4
+
1
5
## 4.1.0
2
6
3
7
- Adds WebSettings class, allowing a location maximumAge to be specified.
Original file line number Diff line number Diff line change 31
31
/build /
32
32
33
33
# Web related
34
- lib /generated_plugin_registrant.dart
35
34
36
35
# Symbolication related
37
36
app. * .symbols
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ import 'src/geolocation_manager.dart';
7
7
import 'src/permissions_manager.dart' ;
8
8
import 'src/html_geolocation_manager.dart' ;
9
9
import 'src/html_permissions_manager.dart' ;
10
- import 'src/types/ web_settings.dart' ;
10
+ import 'web_settings.dart' ;
11
11
12
12
export 'package:geolocator_platform_interface/geolocator_platform_interface.dart' ;
13
- export 'src/types/ web_settings.dart' show WebSettings;
13
+ export 'web_settings.dart' show WebSettings;
14
14
15
15
/// The web implementation of [GeolocatorPlatform] .
16
16
///
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: geolocator_web
2
2
description : Official web implementation of the geolocator plugin.
3
3
repository : https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_web
4
4
issue_tracker : https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5
- version : 4.1.0
5
+ version : 4.1.1
6
6
7
7
flutter :
8
8
plugin :
You can’t perform that action at this time.
0 commit comments