Skip to content

Commit

Permalink
publish: flutter_osm_web-v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Sep 17, 2024
1 parent 32bd7ec commit aa5a544
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions flutter_osm_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.3.2: fix bug
* fix mylocation api
## 1.3.1: fix bug
* fix bug in setIconMarker
* improve changeMarker API in JS
Expand Down
6 changes: 3 additions & 3 deletions flutter_osm_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_osm_web
description: flutter web interface for flutter osm contain web channel and web api
version: 1.3.1
version: 1.3.2
homepage: https://github.com/liodali/osm_flutter

environment:
Expand All @@ -15,8 +15,8 @@ dependencies:
web: ^1.0.0
stream_transform: ^2.1.0
routing_client_dart: ^0.5.5
flutter_osm_interface: #^1.3.0
path: ../flutter_osm_interface/
flutter_osm_interface: ^1.3.0
#path: ../flutter_osm_interface/
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit aa5a544

Please sign in to comment.