可以在flutter中存储列表的数据库

Database that can store list in flutter

是否有任何数据库可以将事物列表存储在列中以进行颤动? 我知道 sqflite 中的 blob,但我觉得它可能有问题。

尝试Hive - 它可以存储列表

Hive is a lightweight and blazing fast key-value database written in pure Dart