ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
51 stars 50 forks source link

Migrate to `package:web` to support WASM #97

Closed IchordeDionysos closed 7 months ago

IchordeDionysos commented 7 months ago

The short version:

This will also compiling to WASM engine instead of just JavaScript on web.

Full migration guide: https://dart.dev/interop/js-interop/package-web

IchordeDionysos commented 7 months ago

@ThexXTURBOXx this would also be a nice addition to the version 4.0.0 😌

ThexXTURBOXx commented 7 months ago

Thank you for reminding me. That was the last thing I wanted to do for 4.0.0, but I could not remember it. Will migrate in a minute :)

ThexXTURBOXx commented 7 months ago

Done in 4.0.0-alpha.2!