flutter_secure_storage_tvos 0.0.1 copy "flutter_secure_storage_tvos: ^0.0.1" to clipboard
flutter_secure_storage_tvos: ^0.0.1 copied to clipboard

tvOS (Apple TV) implementation of the flutter_secure_storage Flutter plugin, provided by flutter-tvos.

0.0.1 #

Initial release — tvOS implementation of flutter_secure_storage for flutter-tvos. Ported from flutter_secure_storage_darwin and hand-finished for tvOS.

  • Supported: read / write / delete / readAll / deleteAll / containsKey — full Keychain-backed secure storage (Security framework is available on tvOS). Keychain accessibility options and access groups.
  • Differs from iOS: biometric / passcode-gated access control is a no-op on tvOS. Apple TV has no Face ID / Touch ID / device passcode, so LAContext, .biometryAny, .biometryCurrentSet and Secure-Enclave biometric reuse are compiled out. Items requesting those flags are still stored and readable — just without the (impossible) biometric gate. Do not rely on biometric protection on tvOS.
  • Not supported on tvOS: LocalAuthentication framework (biometrics) — does not exist on tvOS.

See README.md and PORTING_REPORT.md for detail.

0
likes
140
points
49
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

tvOS (Apple TV) implementation of the flutter_secure_storage Flutter plugin, provided by flutter-tvos.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_secure_storage_tvos

Packages that implement flutter_secure_storage_tvos