Skip to content

Commit

Permalink
version 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlserver committed Aug 25, 2024
1 parent 9f8866f commit fec7505
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
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: 9.0.0
version: 9.1.0
repository: https://github.com/tlserver/flutter_map_location_marker
platforms:
android:
Expand Down

0 comments on commit fec7505

Please sign in to comment.