Skip to content

Commit

Permalink
publish flutter_osm_web: 1.2.0-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Aug 10, 2024
1 parent f84b7a4 commit f7cf5d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions flutter_osm_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.2.0-wasm:
* add wasm support (migrate from package:js to dart:js_interop)
## 1.1.0:
## 1.0.5:
## 1.0.4:
Expand Down
4 changes: 4 additions & 0 deletions flutter_osm_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
A Web Osm flutter plugin for OSM Flutter plugin.

## Getting Started

if you want to build your app to web wasm
add this version for now `flutter_osm_web: 1.2.0-wasm` until wasm become default option then
it will be integrated in our main plugin
7 changes: 3 additions & 4 deletions flutter_osm_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_osm_web
description: flutter web interface for flutter osm contain web channel and web api
version: 1.1.0
version: 1.2.0-wasm
homepage: https://github.com/liodali/osm_flutter

environment:
Expand All @@ -12,12 +12,11 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
#js: ^0.7.1
web: ^1.0.0
stream_transform: ^2.1.0
routing_client_dart: ^0.5.5
flutter_osm_interface: #^1.1.0
path: ../flutter_osm_interface/
flutter_osm_interface: ^1.1.0
#path: ../flutter_osm_interface/
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit f7cf5d7

Please sign in to comment.