Júnior Barros

Results 1 comments of Júnior Barros

The error I was getting was: `No MediaQuery widget found` And I solved by moving `ProgressDialog` outside my main.dart. main.dart ```@override Widget build(BuildContext context) { return MaterialApp( title: 'Helpler', theme:...