loading_overlay
loading_overlay copied to clipboard
A simple modal progress HUD (heads-up display, or progress indicator) for flutter
Fix issue on ios opacity having issue on ios and it cause janky issue i fixed by using color box
Cannot run with sound null safety, because the following dependencies don't support null safety: - package:loading_overlay
Application is created using an older version of the Android embedding. It's being deprecated in favor of Android embedding v2. Follow the steps at https://flutter.dev/go/android-project-migration
It would be cool if you can use a future instead of the boolean condition. for example if we made an API call using a future, the loading_overlay will be...
Remove references to deprecated v1 Android embedding To ensure this plugin will work with users running the next stable version of Flutter remove references to the v1 embedding. The v1...