screen_loader 1.0.1
screen_loader: ^1.0.1 copied to clipboard
Using `showDialog` for showing loader is a **BAD IDEA**. You may end up messing the navigation stack sue to pushing and poping the loader. Hence, I have come up with an easy to use mixin `ScreenLoader [...]