Задержка извлечения данных трепетает

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