hdr_utils 0.0.1
hdr_utils: ^0.0.1 copied to clipboard
A collection of utility functions and extensions for Flutter.
0.0.1 #
- Initial release of the
hdr_utilspackage. - Added
HdrTextFieldwidget with automatic keyboard dismissal and custom input styles. - Added
DialogUtilswith pre-styled blur-overlay alert, confirm, and loading dialogs. - Added
ImagePickerUtilshelpers andHdrImagePickerBuilderwidget for local/network images. - Added skeleton shimmer widgets (
HdrCustomShimmerandHdrSkeletonShimmer). - Added
ValidatorUtilsstatic methods for Name, Email, Password, Phone, and OTP check constraints. - Added helpful core extensions (
ContextExtensions,DateTimeExtensions,StringExtensions,NumberExtensions,ColorExtensions, andListExtensions). - Added a colorful web-safe console and file logger (
LoggerUtils).