Articles
The Fastest Local Database in Dart/Flutter

ObjectBox is a gamechanger with its performance and AutoSync option
Hive is great for key-value operations but when it comes to storing objects with advanced queries in that case you’ll need better packages.
And they are;
I’ll give you a minimal introduction for ObjectBox
for now but I’ll also cover Isar
later so subscribe and stay tuned!
Motivation

Hive vs Sqflite vs ObjectBox
Super-fast Flutter database for storing and syncing Dart objects
