-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to null safety please? #37
Comments
Alternative to this package is this loading_overlay. |
right link > loading_overlay |
Ahhh yes my bad, edited my link to the right one. Thanks! |
Any news? |
@EgHubs I found that someone published a null-safe version of the same package here: https://pub.dev/packages/modal_progress_hud_nsn |
https://pub.dev/packages/modal_progress_hud_nsn is not a good alternative because it only supports iOS and Android. I just created a null-safety clone of this package which as it is a clone it has support for all flutter supported platforms not only for Android and iOS. I also made a PR40 |
@mmcc007 Any timeline on merging the null safety PR? Appreciate your work, and that of @luis901101 ! |
In my case Loading_Overlay also didn't worked , please don't try that ....That too ( Loading Overlay) does not support Null Safety |
The amount of code necessary for this plugin to work is just a few lines, I recommend for those who needs some specific behavior to checkout at the source code at https://github.com/luis901101/modal_progress_hud_alt which is alreeady null-safe and copy from there. It is literally a widget. |
@Lakhankumawat what version are you using it on? Because loading_overlay is on null safety and I'm using it right now. Please check your configuration. |
Thanks to @luis901101 for his modal_progress_hud_alt it worked in my case after using lots of loading progress indicator. Thanks again @luis901101 . You are awesome |
this is the null safety version
|
Is this repo abandoned by the original maintainers? |
yes, Its been a while since it was updated. |
@mmcc007 you ok? Can you please push this update? |
:)
The text was updated successfully, but these errors were encountered: