File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 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+
16## 0.2.3
27
38* 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() {
1616/// Example [Widget] showing the functionalities of the geolocator plugin
1717class GeolocatorWidget extends StatefulWidget {
1818 /// Creates a new GeolocatorWidget.
19- const GeolocatorWidget ({Key ? key}) : super ( key: key );
19+ const GeolocatorWidget ({super . key} );
2020
2121 /// Utility method to create a page with the Baseflow templating.
2222 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.
66publish_to : ' none' # Remove this line if you wish to publish to pub.dev
77
88environment :
9- sdk : " >=2.15.0 <3.0.0 "
9+ sdk : ^3.5.0
1010
1111dependencies :
1212 baseflow_plugin_template : ^2.1.2
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: geolocator_windows
22description : Geolocation Windows plugin for Flutter. This plugin provides the Windows implementation for the geolocator.
33repository : https://github.com/baseflow/flutter-geolocators
44issue_tracker : https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5- version : 0.2.3
5+ version : 0.2.4
66
77environment :
8- sdk : " >=2.15.0 <4.0.0 "
8+ sdk : ^3.5.0
99 flutter : " >=2.8.0"
1010
1111flutter :
You can’t perform that action at this time.
0 commit comments