Skip to content

Commit

Permalink
Merge remote-tracking branch 'lpongetti/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cromoteca committed Jan 30, 2021
2 parents 7aaa931 + 13ff13f commit e309ac0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.2] - 25/01/2021

- Added key so that states are preserved when map moves

## [0.3.1] - 31/08/2020

- Removed extras property to marker
Expand Down
1 change: 1 addition & 0 deletions lib/src/marker_cluster_layer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class _MarkerClusterLayerState extends State<MarkerClusterLayer>
_translateAnimation(controller, translate, pos, newPos);

return AnimatedBuilder(
key: Key('marker-${marker.hashCode}'),
animation: controller,
child: GestureDetector(
behavior: HitTestBehavior.opaque,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_map_marker_cluster
description:
A Dart implementation of Leaflet.makercluster for Flutter apps.
Provides beautiful animated marker clustering functionality for flutter_map.
version: 0.3.1
version: 0.3.2

homepage: https://github.com/lpongetti/flutter_map_marker_cluster

Expand Down

0 comments on commit e309ac0

Please sign in to comment.