flutter_storage 0.9.4 copy "flutter_storage: ^0.9.4" to clipboard
flutter_storage: ^0.9.4 copied to clipboard

A commit-log based database for flutter apps written in Dart.

flutter_storage #

A commit-log-based database for flutter apps written in Dart.

Key Features #

  • Backend runs in a separate thread using an Isolate
  • Keys are indexed in memory, values are cached in memory
  • Commit-log with undo-support
  • Simple serialization and deserialization of models
  • Compaction-support
  • One file per database

Motivation #

Flutter and Dart are awesome. Why not having a database for document-oriented apps written in and for both.

API Reference #

The API Reference of flutter_storage can be found here.

Getting Started #

For help getting started with Flutter, view the online documentation.

2
likes
40
pub points
51%
popularity

Publisher

unverified uploader

A commit-log based database for flutter apps written in Dart.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path

More

Packages that depend on flutter_storage