Docker Commands, Help & Tips
Show commands & management commands
$ docker
ListView.builder( | |
itemCount: model.inventoryList.length, | |
itemBuilder: (context, index) { | |
Inventory inv = model.inventoryList[index]; | |
return Container( | |
margin: EdgeInsets.symmetric( | |
vertical: 2.height, | |
horizontal: 4.5.width, | |
), | |
height: 13.height, |
inputItemDialog(BuildContext context, String action, [int index]) { | |
var inventoryDb = Provider.of<HomeModel>(context, listen: false); | |
showDialog( | |
context: context, | |
builder: (context) { | |
return Dialog( | |
child: Container( | |
padding: EdgeInsets.only( | |
left: 15, |
$ docker
dev_dependencies: | |
flutter_test: | |
sdk: flutter |