From 07800ad85222ed7335c125cae683dae49cb36952 Mon Sep 17 00:00:00 2001 From: liodali Date: Tue, 19 Mar 2024 11:52:56 +0100 Subject: [PATCH] publish: 1.0.0-rc.6 --- CHANGELOG.md | 5 +++-- README.md | 4 ++-- lib/src/controller/picker_map_controller.dart | 10 ---------- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fefb82cd..7b492f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -### 1.0.0-rc.5: fimx userlocation in android +### 1.0.0-rc.6: update dependencies +### 1.0.0-rc.5: fix userlocation in android * fix user location tracking in android side (bug:#507) -### 1.0.0-rc.4: fimx userlocation in ios +### 1.0.0-rc.4: fix userlocation in ios * update ios sdk and fix bug related to userlocation * fix draw border for road in ios side ### 1.0.0-rc.3: fix bugs diff --git a/README.md b/README.md index afd375d6..aeac038f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.0.0--rc.5-yellow) +![pub](https://img.shields.io/badge/pub-v1.0.0--rc.6-yellow) ## Platform Support @@ -50,7 +50,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.0.0-rc.5 + flutter_osm_plugin: ^1.0.0-rc.6 diff --git a/lib/src/controller/picker_map_controller.dart b/lib/src/controller/picker_map_controller.dart index 5961b1a4..6e0cc244 100644 --- a/lib/src/controller/picker_map_controller.dart +++ b/lib/src/controller/picker_map_controller.dart @@ -48,16 +48,6 @@ class PickerMapController extends BaseMapController { return osmBaseController.getMapCenter(); } - @override - void dispose() { - super.dispose(); - } - - @override - void init() { - super.init(); - } - // void init() { // //setBaseOSMController(controller); // Future.delayed(Duration(milliseconds: 1250), () async { diff --git a/pubspec.yaml b/pubspec.yaml index 9a5c667f..d72f527d 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-rc.5 +version: 1.0.0-rc.6 homepage: https://github.com/liodali/osm_flutter