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.
shared_preferences
9305
Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.
hive
5761
Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.
flutter_secure_storage
3664
Flutter Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android.
sembast
985
NoSQL persistent embedded file system document-based database for Dart VM and Flutter with encryption support.
realm
616
The official Realm SDK for Flutter. Realm is a mobile database - an alternative to SQLite and key-value stores.
localstore
175
A JSON file-based storage package provides a persistent repository for simple NoSQL database.
stash
139
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
90
A Brick domain that routes data fetching through local providers before remote providers.
mmkv
77
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
rx_shared_preferences
69
Rxdart streaming shared preferences. Reactive stream rxdart wrapper around SharedPreferences. A stream based wrapper over shared_preferences, allowing reactive key-value storage.
cbl
65
Couchbase Lite is an embedded, NoSQL JSON Document Style database, supporting Blobs, Encryption, N1QL Queries, Live Queries, Full-Text Search and Data Sync.
sp_util
47
Flutter shared_preferences plugin util, support get default value, save object, object list.
hive_ui
46
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.
mimir
45
Extremely powerful, reactive NoSQL database with typo-tolerant full-text search and declarative queries.
cbl_flutter
41
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
41
The official Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores.
json_store
38
A Flutter storage solution somewhat similar to a browser's localStorage (but super powered)
native_shared_preferences
33
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.
idb_shim
29
indexed_db dart base interface with implementation for native (browser), file (io) and in memory.
memoize
29
Returns cached result of function call when inputs were not changed from previous invocation.
cross_local_storage
26
SharedPreferences wrapper for both Mobile (Android/iOS), Web and Desktop (Windows, macOS, Linux). Also provides JSON file storage.
flutter_session_manager
24
Easy to use session wrapper that adds support to session storage and management in flutter.
pro_shered_preference
22
This Package is stand for reading and writing key-value pairs to your local storage.
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.
orange
12
orange database is super fast and esay modern key-value store. working everywhere.and no need build_runner
stash_hive
10
Hive storage extension for the stash caching API. Provides support to store vaults and caches in the Hive database
jt_preferences
10
Json based key-value storage with AES encryption support. Supported data types are `int`, `double`, `bool`, `String` and `Writable object`.
stash_dio
7
Dio extension for the stash API. Provides an interceptor that uses stash as a caching layer for Dio
stash_memory
5
Memory storage extension for the stash API. Provides support to store vaults and caches in-memory
flutter_mimir
5
Extremely powerful, reactive NoSQL database with typo-tolerant full-text search and declarative queries.
simple_json_persistence
5
Flutter data storage based on simple json files with support for multiple storage instances, streams, etc.
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