Skip to content

Commit

Permalink
build new osm version : 0.70.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Nov 27, 2023
1 parent a7b9d63 commit 70c81e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 0.70.3 :
* fix bug #480
### 0.70.2 :
* fix bugs (thanks for @JobiJoba)
### 0.70.1 :
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

# flutter_osm_plugin
![pub](https://img.shields.io/badge/pub-v0.70.2-orange)
![pub](https://img.shields.io/badge/pub-v0.70.3-orange)


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

dependencies:
flutter_osm_plugin: ^0.70.2
flutter_osm_plugin: ^0.70.3



Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class MyApp extends StatelessWidget {
body: Center(
child: ElevatedButton(
onPressed: () {
Navigator.popAndPushNamed(context, "/home");
Navigator.pushNamed(context, "/old-home");
},
child: Text("another page"),
),
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: 0.70.2
version: 0.70.3


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

0 comments on commit 70c81e0

Please sign in to comment.