Flutter CircularProgressIndicator Freeze When Navigate to Another Page for a millisecond
iam new at flutter iam trying to add CircularProgressIndicator at page loading and then change state but its seems like it freeze on navigation Main.Dart class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); @override Widget build(BuildContext context)…