Skip to content

Commit

Permalink
version updatd
Browse files Browse the repository at this point in the history
  • Loading branch information
Munkh-Altai Chuluunbaatar authored and Munkh-Altai Chuluunbaatar committed Jan 15, 2022
1 parent aa4bfb8 commit f533b32
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## 2.0.0

- Stable null safety release.

## 0.0.1

* TODO: Describe initial release.

## 0.0.2

* Polygon layer element on tap support
* Polygon layer element on tap support

2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.5"
version: "0.1.6"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ packages:
source: hosted
version: "1.1.0"
collection:
dependency: transitive
dependency: "direct main"
description:
name: collection
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -96,7 +96,7 @@ packages:
source: hosted
version: "0.17.0"
latlong2:
dependency: transitive
dependency: "direct main"
description:
name: latlong2
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -213,7 +213,7 @@ packages:
source: hosted
version: "2.0.0"
tuple:
dependency: transitive
dependency: "direct main"
description:
name: tuple
url: "https://pub.dartlang.org"
Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_map_arcgis
description: Arcgis plugin for flutter map. Features Support unique render, ontap event, ontap with atttributes, geometry types (point, polgyon)
version: 0.1.6
version: 2.0.0
author: Khan Khulgun Team
homepage: https://github.com/khankhulgun/flutter_map_arcgis

Expand All @@ -12,6 +12,9 @@ dependencies:
sdk: flutter
flutter_map: ^0.14.0
dio: ^4.0.0
latlong2: ^0.8.1
collection: ^1.15.0
tuple: ^2.0.0


dev_dependencies:
Expand Down

0 comments on commit f533b32

Please sign in to comment.