File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- ## 4.1.1
1
+ ## 4.1.2
2
+
3
+ - Updates dart SDK to ` sdk: ^3.5.0 `
4
+ - Fixes analyzer issues
5
+
6
+ # 4.1.1
2
7
3
8
- Exposes the ` WebSettings ` class as a public type.
4
9
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ void main() {
21
21
/// Example [Widget] showing the functionalities of the geolocator plugin
22
22
class GeolocatorWidget extends StatefulWidget {
23
23
/// Create a GeolocatorWidget.
24
- const GeolocatorWidget ({Key ? key}) : super ( key: key );
24
+ const GeolocatorWidget ({super . key} );
25
25
26
26
/// Utility method to create a page with the Baseflow templating.
27
27
static ExamplePage createPage () {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Demonstrates how to use the geolocator plugin on the web platform.
6
6
publish_to : ' none' # Remove this line if you wish to publish to pub.dev
7
7
8
8
environment :
9
- sdk : " >=2.15.0-0 <3.0.0 "
9
+ sdk : ^3.5.0
10
10
11
11
dependencies :
12
12
baseflow_plugin_template : ^2.1.2
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.1
5
+ version : 4.1.2
6
6
7
7
flutter :
8
8
plugin :
@@ -28,5 +28,5 @@ dev_dependencies:
28
28
mockito : ^5.4.0
29
29
30
30
environment :
31
- sdk : " >=3.4.0 <4.0.0 "
31
+ sdk : ^3.5.0
32
32
flutter : " >=3.16.0"
You can’t perform that action at this time.
0 commit comments