From f3a8f02de212a29f37a9eeac00b26be3f10ae5c6 Mon Sep 17 00:00:00 2001 From: Kirill Bychkov Date: Mon, 18 Sep 2023 16:18:52 +0300 Subject: [PATCH] bump version 3.0.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- analysis_options.yaml | 9 +-------- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f430ec3..7ad5304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.0.0 + +* Update Dart DSK version to 3.0.0+ +* Fix PolygonUtil.decode on JavaScript (https://github.com/Dammyololade/flutter_polyline_points/issues/40#issuecomment-751765055) + ## 2.0.1 * Update Dart DSK version up to 2.17.0 diff --git a/README.md b/README.md index 8c37f5a..ea01b0c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ In your dart/flutter project add the dependency: ``` dependencies: ... - maps_toolkit: ^2.0.1 + maps_toolkit: ^3.0.0 ``` A simple usage example: diff --git a/analysis_options.yaml b/analysis_options.yaml index 028f08f..3f9af52 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -56,13 +56,11 @@ linter: - flutter_style_todos - hash_and_equals - implementation_imports - - invariant_booleans - - iterable_contains_unrelated_type + - collection_methods_unrelated_type - join_return_with_assignment - library_names - library_prefixes - lines_longer_than_80_chars - - list_remove_unrelated_type - literal_only_boolean_expressions - no_adjacent_strings_in_list - no_duplicate_case_values @@ -87,7 +85,6 @@ linter: - prefer_const_literals_to_create_immutables - prefer_constructors_over_static_methods - prefer_contains - - prefer_equal_for_default_values - prefer_expression_function_bodies - prefer_final_fields - prefer_final_in_for_each @@ -147,7 +144,3 @@ linter: # - use_to_and_as_if_applicable - valid_regexps - void_checks - -analyzer: - strong-mode: - implicit-casts: false diff --git a/pubspec.yaml b/pubspec.yaml index 410aef8..8aca457 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: maps_toolkit description: Maps toolkit - geo-measurements utils - area of polygon, distance between point, heading and offset between points (port of SphericalUtil, PolyUtil from `android-maps-utils`). -version: 2.0.1 +version: 3.0.0 homepage: https://github.com/kb0/maps_toolkit/ environment: