nityanandagohain / in-time

A mobile app in flutter
20 stars 28 forks source link

Added progress indicator #26

Closed knightcube closed 5 years ago

knightcube commented 5 years ago

I have added the Progress indicator in utils/custom_loader.dart . I don't understand how can I show it on the press of a button. I don't want to show a blank screen with the loader only. I want to use the custom loader and show it just on top of a button or maybe in the center in a dialog popup in the login screen. How do I achieve that?

nityanandagohain commented 5 years ago

For that, you can use a stack and stack that on top of login page but only displayed when required, but a blank page with custom loader is fine.

knightcube commented 5 years ago

Done. Kindly review it and thanks for the help :)

knightcube commented 5 years ago

Done!