Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

38 lines (27 loc) · 1.08 KB

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