We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d50ce8 commit 307c7c0Copy full SHA for 307c7c0
flutter_osm_web/CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 1.3.4: fix bug
2
## 1.3.3: fix bug
3
## 1.3.2: fix bug
4
* fix mylocation api
flutter_osm_web/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_osm_web
description: flutter web interface for flutter osm contain web channel and web api
-version: 1.3.3
+version: 1.3.4
homepage: https://github.com/liodali/osm_flutter
5
6
environment:
@@ -15,7 +15,7 @@ dependencies:
15
web: ^1.0.0
16
stream_transform: ^2.1.0
17
routing_client_dart: ^0.5.5
18
- flutter_osm_interface: ^1.3.1
+ flutter_osm_interface: ^1.3.2
19
#path: ../flutter_osm_interface/
20
dev_dependencies:
21
flutter_test:
0 commit comments