flutter_secure_storage_web 2.0.0-beta.1 flutter_secure_storage_web: ^2.0.0-beta.1 copied to clipboard
Web implementation of flutter_secure_storage. Use flutter_secure_storage for the full flutter package.
2.0.0-beta.1 #
- Migrate away from
html
toweb
- Remove
js
in favor of using js-interop
1.2.1 #
Reverts onCupertinoProtectedDataAvailabilityChanged and isCupertinoProtectedDataAvailable.
1.2.0 #
Updated flutter_secure_storage_platform_interface to latest version.
1.2.0 #
Updated flutter_secure_storage_platform_interface to latest version.
1.1.2 #
- Update Dart SDK Constraint to support <4.0.0 instead of <3.0.0.
1.1.1 #
Updated flutter_secure_storage_platform_interface to latest version.
1.1.0 #
- Migrated from flutter_lints to lint and applied suggestions.
- Remove pubspec.lock according to https://dart.dev/guides/libraries/private-files#pubspeclock
1.0.2 #
- Fix issue with delete key
1.0.1 #
- Fix issue with containsKey
1.0.0 #
- Initial Release of Web Implementation
- Migrated to flutter_lints