acoutts / flutter_libphonenumber

Leverages libphonenumber to allow for asynchronous and synchronous formatting of phone numbers in Flutter apps. Includes a TextInputFormatter to allow real-time AsYouType formatting.
MIT License
59 stars 72 forks source link

[WASM] migrate to package:web and dart:js_interop #72

Closed hnvn closed 1 month ago

hnvn commented 1 month ago

In order to support web assembly, the package need to be migrated to use package:web and dart:js_interop instead of dart:html and package:js

acoutts commented 1 month ago

Thank you!!