native_datastore 1.0.2 copy "native_datastore: ^1.0.2" to clipboard
native_datastore: ^1.0.2 copied to clipboard

retracted

A modern Flutter plugin for persistent key-value storage. Uses Android Jetpack DataStore on Android and UserDefaults on iOS. A type-safe, async-first alternative to shared_preferences.

1.0.2 #

  • Released on 2026-04-03.

1.0.0 #

  • Released on 2026-04-03.

1.0.0 #

  • Released on 2026-04-03.

0.0.1 #

  • Initial release with support for Android (Jetpack DataStore) and iOS (UserDefaults).
  • Type-safe key-value storage: String, int, double, bool, and List
  • Full CRUD operations: get, set, remove, clear, getAll, getKeys, containsKey.
  • Built with Pigeon for type-safe platform communication.
2
likes
0
points
251
downloads

Documentation

Documentation

Publisher

verified publishersudhi.in

Weekly Downloads

A modern Flutter plugin for persistent key-value storage. Uses Android Jetpack DataStore on Android and UserDefaults on iOS. A type-safe, async-first alternative to shared_preferences.

Homepage
Repository (GitHub)
View/report issues

Topics

#storage #datastore #preferences #persistence #keyvalue

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on native_datastore

Packages that implement native_datastore