tjarvstrand / flutter_timezone

A fork of https://github.com/pinkfish/flutter_native_timezone
Apache License 2.0
42 stars 29 forks source link

Migrate to package:web for Wasm support #29

Closed saibotma closed 3 months ago

saibotma commented 5 months ago

Flutter supports building Flutter for web using Wasm. For this to work, dart:js_interop has to be used instead of dart:js_util & package:js/js.dart.

https://docs.flutter.dev/platform-integration/web/wasm