Flutter – Show CircularProgressIndicator before showDialog
In my Flutter application I need to allow admin users to download a CSV file with all the data entered into Firebase. To do this, admins must press a button. If they do it from the web, the file is…