mogol / flutter_secure_storage

A Flutter plugin to store data in secure storage
https://pub.dartlang.org/packages/flutter_secure_storage
BSD 3-Clause "New" or "Revised" License
1.12k stars 367 forks source link

Migrate to package:web #679

Closed dxvid-pts closed 4 months ago

dxvid-pts commented 7 months ago

Flutter web apps are required to migrate from dart:html to package:web to use WASM. This issue tracks the upgrade process for flutter_secure_storage .

See https://docs.flutter.dev/platform-integration/web/wasm and https://pub.dev/packages/web for more information.