I save a List to an index in a Hive Box.

class Person { 
 String name;
 Person(this.name);
}

List<Person> friends = [];
friends.add(Person('Jerry'));

var accountBox ,flutter,dart,flutter-hive"/>
	














首页 > 解决方案 > 读取 Hivebox 值正在返回 List而不是保存的列表

I save a List to an index in a Hive Box.

class Person { 
 String name;
 Person(this.name);
}

List<Person> friends = [];
friends.add(Person('Jerry'));

var accountBox