Any Persistent NoSQL datastore for Flutter? Any Persistent NoSQL datastore for Flutter? database database

Any Persistent NoSQL datastore for Flutter?


Sembast would be my top recommendation. It's maintained by tekartik who also maintains the excellent SQFLite package. Sembast is also the most popular embedded NoSQL database on Pub right now (other than Firebase options).

I've trusted tekartik many times in the past with SQFLite among others, he's prompt, polite and incredibly helpful, even with new coders.


Have you tried objectdb? "Persistent embedded document-oriented NoSQL database for Dart and Flutter".


I have worked with ObjectBox in Android development before and they also have APIs for Flutter. It was pretty fast and reliable. Also, have a look at Hive.