Skip to content

Commit

Permalink
version 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tlserver committed Aug 15, 2023
1 parent 81d9a90 commit b365c21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## [7.0.3] - Improve Behavior
## [7.0.4] - Improve Behavior

* add parameter `shouldRequestPermission` to [LocationMarkerDataStreamFactory.defaultPositionStreamSource()](https://pub.dev/documentation/flutter_map_location_marker/latest/flutter_map_location_marker/LocationMarkerDataStreamFactory/defaultPositionStreamSource.html) (#78)
* add parameter `requestPermissionCallback` to [LocationMarkerDataStreamFactory.defaultPositionStreamSource()](https://pub.dev/documentation/flutter_map_location_marker/latest/flutter_map_location_marker/LocationMarkerDataStreamFactory/defaultPositionStreamSource.html) (#78)
* Fix indicators

Thank to SalihCanBinboga

## [7.0.2] - Fix Bug

* Fix error with null heading (#74)
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
version: "7.0.4"
flutter_test:
dependency: "direct dev"
description: flutter
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.3
version: 7.0.4
repository: https://github.com/tlserver/flutter_map_location_marker
platforms:
android:
Expand Down

0 comments on commit b365c21

Please sign in to comment.