Opóźnienie pobierania danych trzepotliwych danych

Future.delayed(Duration.zero).then((_) {
	Provider.of<Products>(context).fetchAndSetProducts();
});
Lokesh003