tunda pengambilan data berkibar

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