AF
Size: a a a
AF
AF
YM
YM
ValueListenableBuilder(
valueListenable: Hive.box(RestServices.projectBoxName).listenable(),
builder: (BuildContext context, value, Widget child) {
var box = (value as Box);
return ListView.builder(
physics: BouncingScrollPhysics(),
itemCount: box.length,
itemBuilder: (BuildContext context, int index) => ProjectItem(box.getAt(index)),
);
},
)
P
А
YM
YM
YM
MB
MB
И
И
П
И
П
И
П
Ю