flutter_svprogresshud 1.1.0 flutter_svprogresshud: ^1.1.0 copied to clipboard
A clean and lightweight progress HUD for flutter app, based on SVProgressHUD.
1.1.0 #
- Fix: Added missing namespace in build.gradle for compatibility with Android Gradle Plugin (AGP) 7.0+ #19
1.0.1 #
- Bump dart sdk minimum version to 3.3.0
- Fixing null pointer exception on the Android plugin #16
1.0.0 #
- First stable release
0.0.6 #
- [Android] fix show crash
0.0.5 #
- [Android] Remove KProgressHUD & Implement SVProgressHUD for Android.
- [Android & iOS] Add setMinimumSize method.
- [Android & iOS] Add setRingThickness method.
- [Android & iOS] Add setRingRadiu method.
- [Android & iOS] Add setRingNoTextRadius method.
- [Android & iOS] Add setCornerRadius method.
- [Android & iOS] Add setBorderColor method.
- [Android & iOS] Add setBorderWidth method.
- [Android & iOS] Add setForegroundColor method.
- [Android & iOS] Add setBackgroundColor method.
- [Android & iOS] Add setBackgroundLayerColor method.
- [Android & iOS] Add setImageViewSize method.
- [Android & iOS] Add setMinimumDismissTimeInterval method.
- [Android & iOS] Add setFadeInAnimationDuration method.
- [Android & iOS] Add setFadeOutAnimationDuration method.
0.0.1 #
- Initial release