Skip to content

Instantly share code, notes, and snippets.

View a-oboh's full-sized avatar
🚀

Albert Oboh a-oboh

🚀
View GitHub Profile
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,
@a-oboh
a-oboh / docker-help.md
Created February 7, 2020 17:27 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

dev_dependencies:
flutter_test:
sdk: flutter