Releases: bhoominn/nb_utils
Releases · bhoominn/nb_utils
7.1.8
7.1.2
- 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
7.0.0
6.1.0
6.0.0
- Updated Dart & Kotlin version
- Added child property in PlaceHolderWidget
- Added default padding in Button in NoDataWidget
- Added new enhanced email pattern which supports '-' after '@'
- Added new String extensions
- Added BoxDecoration in TextIcon widget
- Added BoxDecoration in OTPTextField widget
- Added highlightColor in SettingItemWidget widget
5.0.5
- Support for Dart 3.0
- Added None in Animated Listview if you want to disable animations
- New - You can now use children in AnimatedWrap Widget as you used in original Wrap Widget
- Update - Support for Marquee Text in TextIcon Widget
- Fix - Remove radius from Blur Widget
- Use global max screen width with media query width
- Merge #35 - Fix exception in daysInMonth