From 1c4be61f8b985049259fbf661448a2635c7d3055 Mon Sep 17 00:00:00 2001 From: Maurits van Beusekom Date: Wed, 25 Oct 2023 11:15:56 +0200 Subject: [PATCH] Updates UUID and flutter_lints packages (#1359) --- geolocator_android/CHANGELOG.md | 6 ++++++ geolocator_android/pubspec.yaml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/geolocator_android/CHANGELOG.md b/geolocator_android/CHANGELOG.md index d7b0e214e..3eb8d8e4f 100644 --- a/geolocator_android/CHANGELOG.md +++ b/geolocator_android/CHANGELOG.md @@ -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. diff --git a/geolocator_android/pubspec.yaml b/geolocator_android/pubspec.yaml index 516f87bee..092ec523e 100644 --- a/geolocator_android/pubspec.yaml +++ b/geolocator_android/pubspec.yaml @@ -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" @@ -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