Skip to content

Commit e0e805f

Browse files
committed
publish: flutter_osm_web-v1.3.3
1 parent 00a6a0f commit e0e805f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

flutter_osm_web/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 1.3.3: fix bug
12
## 1.3.2: fix bug
23
* fix mylocation api
34
## 1.3.1: fix bug

flutter_osm_web/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_osm_web
22
description: flutter web interface for flutter osm contain web channel and web api
3-
version: 1.3.2
3+
version: 1.3.3
44
homepage: https://github.com/liodali/osm_flutter
55

66
environment:
@@ -15,8 +15,8 @@ dependencies:
1515
web: ^1.0.0
1616
stream_transform: ^2.1.0
1717
routing_client_dart: ^0.5.5
18-
flutter_osm_interface: #^1.3.0
19-
path: ../flutter_osm_interface/
18+
flutter_osm_interface: ^1.3.1
19+
#path: ../flutter_osm_interface/
2020
dev_dependencies:
2121
flutter_test:
2222
sdk: flutter

0 commit comments

Comments
 (0)