From b365c219eaf7120a2144df66c63e1c99257858c1 Mon Sep 17 00:00:00 2001 From: 6y Date: Wed, 16 Aug 2023 02:54:02 +0800 Subject: [PATCH] version 7.0.4 --- CHANGELOG.md | 6 ++++-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2ff9d..33c1863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/example/pubspec.lock b/example/pubspec.lock index f7da2b9..776d7e9 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 91aae76..7af2990 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.3 +version: 7.0.4 repository: https://github.com/tlserver/flutter_map_location_marker platforms: android: