PHẠM VĂN THẬT
PHẠM VĂN THẬT
You can mock with any API. Then checking with FutureBuilder again. Thanks.
**Also:** I provided all of my code. You can copy and run.
The problem is that my model (not mock ones here) is built based on API so I need to parse from JSON here.
Thanks for your update. so what is the solution for duplicate objects in case I do not assign object box id by myself (assignable: true). Because when I call the...
I cloned the code and edited it by myself. ` _buildColumnOrRow( widget.widget.direction.isUp || widget.widget.direction.isDown, crossAxisAlignment: Directionality.of(context) == TextDirection.rtl ? CrossAxisAlignment.end : widget.widget.switchLabelPosition ? CrossAxisAlignment.start : CrossAxisAlignment.end, mainAxisSize: MainAxisSize.min, children: widget.widget.direction.isDown...