Skip to content

Commit 622706a

Browse files
Updates windows project (Baseflow#1644)
1 parent 6eb5fc8 commit 622706a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

geolocator_windows/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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)

geolocator_windows/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void main() {
1616
/// Example [Widget] showing the functionalities of the geolocator plugin
1717
class 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() {

geolocator_windows/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Demonstrates how to use the geolocator_windows plugin.
66
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
77

88
environment:
9-
sdk: ">=2.15.0 <3.0.0"
9+
sdk: ^3.5.0
1010

1111
dependencies:
1212
baseflow_plugin_template: ^2.1.2

geolocator_windows/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: geolocator_windows
22
description: Geolocation Windows plugin for Flutter. This plugin provides the Windows implementation for the geolocator.
33
repository: https://github.com/baseflow/flutter-geolocators
44
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5-
version: 0.2.3
5+
version: 0.2.4
66

77
environment:
8-
sdk: ">=2.15.0 <4.0.0"
8+
sdk: ^3.5.0
99
flutter: ">=2.8.0"
1010

1111
flutter:

0 commit comments

Comments
 (0)