amplify_secure_storage_dart 0.1.0 amplify_secure_storage_dart: ^0.1.0 copied to clipboard
A Dart-only implementation of `amplify_secure_storage`, using `dart:ffi` for Desktop and `dart:html` for Web.
amplify_secure_storage_dart #
A Dart-only implementation of secure storage, intended for use in Amplify libraries. Uses FFI for desktop (MacOS, Windows, and Linux) and iOS, and dart:html
for web.