From fec75053ab8ab458a804c0654902175478084a09 Mon Sep 17 00:00:00 2001 From: 6y Date: Sun, 25 Aug 2024 21:16:32 +0800 Subject: [PATCH] version 9.1.0 --- CHANGELOG.md | 7 +++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867f019..88fb899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.0] - Improve Behavior + +* Improve performance by reducing unnecessary rebuilt (#123) +* Add [LocationMarkerStyle.alignment](https://pub.dev/documentation/flutter_map_location_marker/latest/flutter_map_location_marker/LocationMarkerStyle/markerAlignment.html) option (#124) + +Thank to codeOfJannik + ## [9.0.0] - Migrate to Flutter Map v7 * Migrate to `flutter_map` v7 diff --git a/example/pubspec.lock b/example/pubspec.lock index 5e1c45a..970d0da 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -108,7 +108,7 @@ packages: path: ".." relative: true source: path - version: "9.0.0" + version: "9.1.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 3c559e0..b3fa608 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: 9.0.0 +version: 9.1.0 repository: https://github.com/tlserver/flutter_map_location_marker platforms: android: