sante85
sante85
Why the owner not merge? Il ven 5 gen 2024, 19:20 SmithChart ***@***.***> ha scritto: > @sante85 Sorry, I am just a contributor and > can not merge. > >...
i have update, @rosswarren @rafael2k @hrford please merge
@NEEY-electronic it is possible have documents specs to interface via BLE? best regards
@ech89899, please watch this. best regards
SpannableGrid(columns: 10, rows: 10, cells: _getCells()) ............ List _getCells() { return result; } ............ setState(() { result.add(SpannableGridCellData( column: 1, row: 1, columnSpan: 1, rowSpan: 1, id: "asd", child: Text("asd") ));...