Skip to content

Commit

Permalink
version 7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tlserver committed Sep 13, 2023
1 parent b757789 commit a7493e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a7493e4

Please sign in to comment.