diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c1863..03ab047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.5] - Update Dependencies + +* Update dependencies + +Thank to dpatrongomez + ## [7.0.4] - Improve Behavior * add parameter `requestPermissionCallback` to [LocationMarkerDataStreamFactory.defaultPositionStreamSource()](https://pub.dev/documentation/flutter_map_location_marker/latest/flutter_map_location_marker/LocationMarkerDataStreamFactory/defaultPositionStreamSource.html) (#78) diff --git a/example/pubspec.lock b/example/pubspec.lock index 7f0f611..72d36ec 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -100,7 +100,7 @@ packages: path: ".." relative: true source: path - version: "7.0.4" + version: "7.0.5" flutter_test: dependency: "direct dev" description: flutter @@ -123,10 +123,10 @@ packages: dependency: transitive description: name: geolocator_android - sha256: "835ff5b4888a2f8eba128996494faf9c5d422785322a81dc0565b99e0f6c379d" + sha256: "55c4a81ea15b664a2fdbfd39ba37f2e9c31e1b57237bbeb8deeeaea9979bc97c" url: "https://pub.dev" source: hosted - version: "4.2.2" + version: "4.2.3" geolocator_apple: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e795dfc..e1196f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_map_location_marker description: A flutter map plugin for displaying device current location. -version: 7.0.4 +version: 7.0.5 repository: https://github.com/tlserver/flutter_map_location_marker platforms: android: