File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.4
2
+
3
+ * Updates dart SDk to ` sdk: ^3.5.0 `
4
+ * Fixed analyzzer issues example project
5
+
1
6
## 0.2.3
2
7
3
8
* Fixes crash under Windows when RequestAcess is called while the Geolocation Service is disabled. (#1455 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ void main() {
16
16
/// Example [Widget] showing the functionalities of the geolocator plugin
17
17
class GeolocatorWidget extends StatefulWidget {
18
18
/// Creates a new GeolocatorWidget.
19
- const GeolocatorWidget ({Key ? key}) : super ( key: key );
19
+ const GeolocatorWidget ({super . key} );
20
20
21
21
/// Utility method to create a page with the Baseflow templating.
22
22
static ExamplePage createPage () {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Demonstrates how to use the geolocator_windows plugin.
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 <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,10 +2,10 @@ name: geolocator_windows
2
2
description : Geolocation Windows plugin for Flutter. This plugin provides the Windows implementation for the geolocator.
3
3
repository : https://github.com/baseflow/flutter-geolocators
4
4
issue_tracker : https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5
- version : 0.2.3
5
+ version : 0.2.4
6
6
7
7
environment :
8
- sdk : " >=2.15.0 <4.0.0 "
8
+ sdk : ^3.5.0
9
9
flutter : " >=2.8.0"
10
10
11
11
flutter :
You can’t perform that action at this time.
0 commit comments