Skip to content

Commit

Permalink
Release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lpongetti committed Mar 10, 2024
1 parent fa041f3 commit 721f5ce
Show file tree
Hide file tree
Showing 19 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.3.5] - 10/03/2024

- Merge pull request #209 from ReinisSprogis/master
- Merge pull request #208 from pgebert/master
- Merge pull request #203 from eshfield/patch-1

## [1.3.4] - 05/12/2023

- Merge pull request #201 from tratteo/master
Expand Down
Empty file modified example/analysis_options.yaml
100644 → 100755
Empty file.
Empty file modified example/lib/clustering_many_markers_page.dart
100644 → 100755
Empty file.
Empty file modified example/lib/clustering_page.dart
100644 → 100755
Empty file.
Empty file modified example/lib/drawer.dart
100644 → 100755
Empty file.
Empty file modified lib/src/animated_map_widget.dart
100644 → 100755
Empty file.
Empty file modified lib/src/cluster_manager.dart
100644 → 100755
Empty file.
Empty file modified lib/src/cluster_widget.dart
100644 → 100755
Empty file.
Empty file modified lib/src/core/util.dart
100644 → 100755
Empty file.
Empty file modified lib/src/fade.dart
100644 → 100755
Empty file.
Empty file modified lib/src/map_calculator.dart
100644 → 100755
Empty file.
Empty file modified lib/src/map_widget.dart
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion lib/src/marker_cluster_layer_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ class MarkerClusterLayerOptions {
/// Function to call when a cluster Marker is tapped
final void Function(MarkerClusterNode)? onClusterTap;


///If set to [true] the marker will have only gesture behavior that is provided by the marker child.
///Can be used in cases where the marker child is a widget that already has gesture behavior and [GestureDetector] from the [MarkerClusterLayer] is interfering with it.
///If set to [true] [onMarkerTap] [onMarkerHoverEnter] [onMarkerHoverExit] [centerMarkerOnClick] will not work.
Expand Down
Empty file modified lib/src/marker_widget.dart
100644 → 100755
Empty file.
Empty file modified lib/src/node/marker_or_cluster_node.dart
100644 → 100755
Empty file.
Empty file modified lib/src/positioned_map_widget.dart
100644 → 100755
Empty file.
Empty file modified lib/src/rotate.dart
100644 → 100755
Empty file.
Empty file modified lib/src/translate.dart
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,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: 1.3.4
version: 1.3.5

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

Expand Down

0 comments on commit 721f5ce

Please sign in to comment.