Top Flutter Persistent NoSQL Database packages Embedded databases are those data stores that come prepackaged with devices (like smartphones) to persist data on the device for future use. Embedded NoSQL databases are schema-free, which means that they do not require any predefined schema or structure. This makes them ideal for storing unstructured data that might change with time. Based on the requirements of your Flutter app, you might deal with two types of NoSQL Databases: * **Key-value store or database**: A type of NoSQL database that use a simple key-value store to store data. The key is used to look up the value, which can be anything from a simple data type (such as an integer or string) to a more complex data type (such as an object or array). * **Document Database**: A database that stores its data as JSON documents. This is in contrast to a relational database, which stores its data in tables. Document databases are often more flexible than relational databases because they do not require a schema to be defined upfront. This means that data can be added to the database without having to first define what that data is. The complete list of Flutter packages that provide you with utilities to create and update embedded persistent NoSQL Databases, Key-value stores and Document databases is provided below.
realm
673
The official Realm SDK for Flutter. Realm is a mobile database - an alternative to SQLite and key-value stores.
localstore
185
A JSON file-based storage package provides a persistent repository for simple NoSQL database.
stash
142
Stash is a key-value store abstraction with plain and cache driven semantics and support for a pluggable backend architecture.
streaming_shared_preferences
122
A stream based wrapper over shared_preferences, allowing reactive key-value storage.
brick_offline_first
105
A Brick domain that routes data fetching through local providers before remote providers.
mmkv
89
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
rx_shared_preferences
78
Rxdart streaming shared preferences. Reactive stream rxdart wrapper around SharedPreferences. A stream based wrapper over shared_preferences, allowing reactive key-value storage.
cbl
73
Couchbase Lite is an embedded, NoSQL JSON Document Style database, supporting Blobs, Encryption, N1QL Queries, Live Queries, Full-Text Search and Data Sync.
mimir
60
Extremely powerful, reactive NoSQL database with typo-tolerant full-text search and declarative queries.
hive_ui
52
DBMS Hive Ui is a package that presents a smart methodology to work with the Hive database, It is easy to view, edit and create new rows.
sp_util
51
Flutter shared_preferences plugin util, support get default value, save object, object list.
cbl_flutter
49
Flutter Plugin for Couchbase Lite, an embedded, NoSQL JSON Document Style database, supporting Blobs, Encryption, N1QL Queries, Live Queries, Full-Text Search and Data Sync.
realm_dart
42
The official Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores.
json_store
39
A Flutter storage solution somewhat similar to a browser's localStorage (but super powered)
idb_shim
35
indexed_db dart base interface with implementation for native (browser), file (io) and in memory.
native_shared_preferences
34
This packages is a copy of the shared_prefrences package but without the prefix in the keys. Is used to migrate the data from previous native app.
cross_local_storage
29
SharedPreferences wrapper for both Mobile (Android/iOS), Web and Desktop (Windows, macOS, Linux). Also provides JSON file storage.
memoize
29
Returns cached result of function call when inputs were not changed from previous invocation.
get_secure_storage
26
A secure version of get_storage, which was a fast, extra light and synchronous key-value storage written entirely in Dart
pro_shered_preference
23
This Package is stand for reading and writing key-value pairs to your local storage.
flutter_session_manager
23
Easy to use session wrapper that adds support to session storage and management in flutter.
orange
21
orange database is super fast and esay modern key-value store. working everywhere.and no need build_runner
hive_listener
20
A tiny widget to listen hive box changes, using the ValueListenableBuilder with removing unnecessary parts of it, like context and child widget of it.
prefs
15
A Library Package that utilizes the plugin, shared_preferences, to store and read an app’s preferences in both the Android and the iOS platform.
jt_preferences
11
Json based key-value storage with AES encryption support. Supported data types are `int`, `double`, `bool`, `String` and `Writable object`.
stash_hive
10
Hive storage extension for the stash caching API. Provides support to store vaults and caches in the Hive database
stash_dio
7
Dio extension for the stash API. Provides an interceptor that uses stash as a caching layer for Dio
cardoteka
7
The best type-safe wrapper over SharedPreferences. Why so? -> strongly typed cards for access to storage -> use get|set -> can work with nullable values -> callback based updates
flutter_mimir
6
Extremely powerful, reactive NoSQL database with typo-tolerant full-text search and declarative queries.
stash_memory
6
Memory storage extension for the stash API. Provides support to store vaults and caches in-memory
simple_json_persistence
5
Flutter data storage based on simple json files with support for multiple storage instances, streams, etc.
dbx
3
A Data Storage Solution, created with simplicity in mind. It is a simple, lightweight, and fast database solution for Flutter apps.
stash_file
2
File storage extension for the stash API. Provides support to store vaults and caches in the local file system in binary format using the msgpack json format
stash_sembast
2
Sembast storage extension for the stash API. Provides support to store vaults and caches in the local file system in binary format using the msgpack json format
stash_sembast_web
1
Sembast Web storage extension for the stash API. Provides support to store vaults and caches in a IndexedDB in binary format using the msgpack json format
sembast
0
NoSQL persistent embedded file system document-based database for Dart VM and Flutter with encryption support.
flutter_secure_storage
0
Flutter Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android.