Skip to content

Commit

Permalink
publish: 1.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Mar 19, 2024
1 parent 6be1a01 commit 07800ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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



Expand Down
10 changes: 0 additions & 10 deletions lib/src/controller/picker_map_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 07800ad

Please sign in to comment.