Skip to content

Commit

Permalink
publish: 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed May 20, 2024
1 parent 66f30de commit dfdc771
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 17 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.0.5:
* remove unnecessary internal APIs
* fix lastknownLocation in android
### 1.0.4:
* fix bug #527
### 1.0.3:
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.4-blue)
![pub](https://img.shields.io/badge/pub-v1.0.5-blue)


## Platform Support
Expand Down Expand Up @@ -50,7 +50,7 @@
Add the following to your `pubspec.yaml` file:

dependencies:
flutter_osm_plugin: ^1.0.4
flutter_osm_plugin: ^1.0.5



Expand Down
14 changes: 0 additions & 14 deletions lib/src/widgets/mobile_osm_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,6 @@ class MobileOsmFlutterState extends State<MobileOsmFlutter>
}



@override
bool get mounted => super.mounted;



@override
void didUpdateWidget(covariant MobileOsmFlutter oldWidget) {

super.didUpdateWidget(oldWidget);
}



@override
void mapIsReady(bool isReady) async {
Future.delayed(Duration(milliseconds: 300), () 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.4
version: 1.0.5


homepage: https://github.com/liodali/osm_flutter
Expand Down

0 comments on commit dfdc771

Please sign in to comment.