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

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

0.0.1 #

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

  • Supported: full legacy API (getString/Bool/Int/Double/StringList, set*, remove, clear, getKeys, reload) and the full SharedPreferencesAsync / withCache API. Persistence across launches via NSUserDefaults (available on tvOS).
  • Not supported on tvOS: none. This plugin is fully functional.

Verified end-to-end on a physical Apple TV — 63/63 integration tests pass. See README.md and PORTING_REPORT.md for detail.

shared_preferences does not yet endorse a tvOS implementation, so consumers must add shared_preferences_tvos to their app's pubspec alongside shared_preferences (the federated registrar will pick it up automatically).

0
likes
140
points
49
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, shared_preferences_platform_interface

More

Packages that depend on shared_preferences_tvos

Packages that implement shared_preferences_tvos