We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105366a commit 77efa2cCopy full SHA for 77efa2c
flutter_osm_web/CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 1.0.5:
2
## 1.0.4:
3
## 1.0.3:
4
## 1.0.2:
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.0.4
+version: 1.0.5
homepage: https://github.com/liodali/osm_flutter
5
6
environment:
@@ -16,8 +16,8 @@ dependencies:
16
web: ^0.5.1
17
stream_transform: ^2.1.0
18
routing_client_dart: ^0.5.5
19
- flutter_osm_interface: #^1.0.2
20
- path: ../flutter_osm_interface/
+ flutter_osm_interface: ^1.0.3
+ #path: ../flutter_osm_interface/
21
dev_dependencies:
22
flutter_test:
23
sdk: flutter
0 commit comments