From 3bec6e591fd727d947255b378d7a850d64e63909 Mon Sep 17 00:00:00 2001 From: liodali Date: Sun, 31 Dec 2023 15:38:00 +0100 Subject: [PATCH] publish: 1.0.0-dev.2 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c090c708..cd4efae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.0-dev.2: +* fix bugs for angle/iconAnchor in web side +* fix bug for iconAnchor in iOS side +* fix customTile in ios when it's null ### 1.0.0-dev.1 : * update readme ### 1.0.0-dev : diff --git a/README.md b/README.md index 1d09e333..d35b4c68 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

# flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.0.0--dev-yellow) +![pub](https://img.shields.io/badge/pub-v1.0.0--dev.2-yellow) ## Platform Support @@ -49,7 +49,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.0.0-dev + flutter_osm_plugin: ^1.0.0-dev.2 diff --git a/pubspec.yaml b/pubspec.yaml index 99121b18..9770611a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_osm_plugin description: OpenStreetMap Plugin Native for flutter apps (Andoird/iOS/web) -version: 1.0.0-dev.1 +version: 1.0.0-dev.2 homepage: https://github.com/liodali/osm_flutter