Skip to content

7.1.2

Choose a tag to compare

@bhoominn bhoominn released this 18 Feb 16:38
· 15 commits to main since this release
  • Make obscureText nullable in AppTextField widget
  • Added onTapOutside in AppTextField
  • Updated URL validation Pattern
  • Added helper function for masking email and phone numbers
  • Added insetPadding in showInDialog method
  • Autofill hint support for OTP text field
  • Added obscureText param in App Text Field to show hide password
  • Added hoverElevation, focusElevation, highlightElevation in App Button
  • Added refreshIndicatorColor in AnimatedScrollView, AnimatedListView
  • Added support for defaultToastBackgroundColor, defaultToastTextColor for toast customization
  • Added Java 17 Compatibility to Android Project
  • Added retryButtonTextColor in NoDataWidget widget
  • Added more extensions support for isAudio and isVideo
  • Added focusColor, overlayColor property in onTap widget extension
  • Added new Map extension joinWithMap
  • Added checkConnectivityResult method to get ConnectivityResult instead of List
  • Migrate DoublePressBackWidget logic from WillPopScope to PopScope