Skip to content

Commit f7cf5d7

Browse files
committed
publish flutter_osm_web: 1.2.0-wasm
1 parent f84b7a4 commit f7cf5d7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

flutter_osm_web/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.2.0-wasm:
2+
* add wasm support (migrate from package:js to dart:js_interop)
13
## 1.1.0:
24
## 1.0.5:
35
## 1.0.4:

flutter_osm_web/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
A Web Osm flutter plugin for OSM Flutter plugin.
44

55
## 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

flutter_osm_web/pubspec.yaml

+3-4
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.1.0
3+
version: 1.2.0-wasm
44
homepage: https://github.com/liodali/osm_flutter
55

66
environment:
@@ -12,12 +12,11 @@ dependencies:
1212
sdk: flutter
1313
flutter_web_plugins:
1414
sdk: flutter
15-
#js: ^0.7.1
1615
web: ^1.0.0
1716
stream_transform: ^2.1.0
1817
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/
2120
dev_dependencies:
2221
flutter_test:
2322
sdk: flutter

0 commit comments

Comments
 (0)