Skip to content

Commit

Permalink
version 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tlserver committed Jan 17, 2024
1 parent ba25300 commit 0464535
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [8.0.4] - Fix Bug

* Fix error about AnimationController be disposed more than once (#96)

## [8.0.3] - Improve Behavior

* Combine [followScreenPoint](https://pub.dev/documentation/flutter_map_location_marker/8.0.3/flutter_map_location_marker/CurrentLocationLayer/CurrentLocationLayer.html)
Expand Down
18 changes: 1 addition & 17 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.0.4"
flutter_lints:
dependency: transitive
description:
name: flutter_lints
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
url: "https://pub.dev"
source: hosted
version: "3.0.1"
flutter_map:
dependency: "direct main"
description:
Expand All @@ -100,7 +92,7 @@ packages:
path: ".."
relative: true
source: path
version: "8.0.3"
version: "8.0.4"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -199,14 +191,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.2.0"
lints:
dependency: transitive
description:
name: lints
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
url: "https://pub.dev"
source: hosted
version: "3.0.0"
lists:
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: 8.0.3
version: 8.0.4
repository: https://github.com/tlserver/flutter_map_location_marker
platforms:
android:
Expand Down

0 comments on commit 0464535

Please sign in to comment.