File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.2.0-wasm:
2
+ * add wasm support (migrate from package: js to dart: js_interop )
1
3
## 1.1.0:
2
4
## 1.0.5:
3
5
## 1.0.4:
Original file line number Diff line number Diff line change 3
3
A Web Osm flutter plugin for OSM Flutter plugin.
4
4
5
5
## Getting Started
6
+
7
+ if you want to build your app to web wasm
8
+ add this version for now ` flutter_osm_web: 1.2.0-wasm ` until wasm become default option then
9
+ it will be integrated in our main plugin
Original file line number Diff line number Diff line change 1
1
name : flutter_osm_web
2
2
description : flutter web interface for flutter osm contain web channel and web api
3
- version : 1.1.0
3
+ version : 1.2.0-wasm
4
4
homepage : https://github.com/liodali/osm_flutter
5
5
6
6
environment :
@@ -12,12 +12,11 @@ dependencies:
12
12
sdk : flutter
13
13
flutter_web_plugins :
14
14
sdk : flutter
15
- # js: ^0.7.1
16
15
web : ^1.0.0
17
16
stream_transform : ^2.1.0
18
17
routing_client_dart : ^0.5.5
19
- flutter_osm_interface : # ^1.1.0
20
- path : ../flutter_osm_interface/
18
+ flutter_osm_interface : ^1.1.0
19
+ # path: ../flutter_osm_interface/
21
20
dev_dependencies :
22
21
flutter_test :
23
22
sdk : flutter
You can’t perform that action at this time.
0 commit comments