Skip to content

Commit

Permalink
Publish version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpongetti committed May 31, 2023
1 parent a7eb38b commit 5afd538
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.1.1] - 31/05/2023

- Merge pull request #162 from proformance/fix_marker_ontap
- Merge pull request #164 from nploi/upgrade_flutter_map_v4

## [1.1.0] - 15/03/2023

- Merge pull request #159 from ignatz/null-safe_latlngbounds
Expand Down
3 changes: 0 additions & 3 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
include: package:flutter_lints/flutter.yaml

analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
errors:
close_sinks: ignore
missing_required_param: error
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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.1.0
version: 1.1.1

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

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 5afd538

Please sign in to comment.