store_box 2.0.0 copy "store_box: ^2.0.0" to clipboard
store_box: ^2.0.0 copied to clipboard

A fast, enjoyable, and secure NoSQL database written in pure Dart.

CHANGELOG.md #

2.0.0 #

  • BREAKING: The API has been completely refactored to be static. You no longer need to create an instance of StoreBox.
    • Migration: Change final store = StoreBox(); await store.init(); to await StoreBox.init();.
  • FEAT: Added a default box for simple, zero-configuration key-value storage with StoreBox.put() and StoreBox.get().
  • FIX: The package now works correctly on mobile devices by using path_provider to find the correct application documents directory.
  • FIX: Fixed a bug where Map objects could not be read from the database.
  • FEAT: Added getAll() method to Box to retrieve all items at once.

1.0.0 #

  • Initial release.
2
likes
140
points
222
downloads

Publisher

unverified uploader

Weekly Downloads

A fast, enjoyable, and secure NoSQL database written in pure Dart.

Repository (GitHub)
View/report issues

Topics

#database #nosql #local-storage #hive-alternative

Documentation

API reference

License

MIT (license)

Dependencies

cryptography, flutter, path, path_provider

More

Packages that depend on store_box