Skip to content

Commit

Permalink
Updates UUID and flutter_lints packages (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom authored Oct 25, 2023
1 parent 452fe98 commit 1c4be61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions geolocator_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.3.2

- Updates the following dependencies:
- uuid package from ^3.0.7 to ^4.1.0
- flutter_lints from ^2.0.0 to ^3.0.0

## 4.3.1

- Suppresses a deprecation warning for `LocationListenerCompat.onStatusChanged` when building for Android.
Expand Down
6 changes: 3 additions & 3 deletions geolocator_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: geolocator_android
description: Geolocation plugin for Flutter. This plugin provides the Android implementation for the geolocator.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_android
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
version: 4.3.1
version: 4.3.2

environment:
sdk: ">=2.15.0 <4.0.0"
Expand All @@ -21,12 +21,12 @@ dependencies:
flutter:
sdk: flutter
geolocator_platform_interface: ^4.1.0
uuid: ^3.0.7
uuid: ^4.1.0

dev_dependencies:
async: ^2.8.2
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.0
mockito: ^5.2.0
plugin_platform_interface: ^2.1.2

0 comments on commit 1c4be61

Please sign in to comment.