flutter_secure_storage_web

v1.2.1

Web implementation of flutter_secure_storage. Use flutter_secure_storage for the full flutter package.

Package archive: https://pubdev.letsnova.ru/api/archives/flutter_secure_storage_web/1.2.1.tar.gz

Installdart pub add flutter_secure_storage_web

Readme

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.

Changelog

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

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