flutter_secure_storage_web
v1.2.1Web implementation of flutter_secure_storage. Use flutter_secure_storage for the full flutter package.
Архив пакета: https://pubdev.letsnova.ru/api/archives/flutter_secure_storage_web/1.2.1.tar.gz
Установка
dart pub add flutter_secure_storage_webREADME
flutter_secure_storage_web
The web implementation of flutter_secure_storage.
Usage
This package is endorsed, which means you can simply use flutter_secure_storage
normally. This package will be automatically included in your app when you do.
История изменений
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
