dev_ease 1.0.0
dev_ease: ^1.0.0 copied to clipboard
A Flutter package that simplifies development tasks with utility functions for date manipulation, string operations, and more, aiming to enhance productivity for Flutter developers.
1.0.0 - 2024-10-08 #
Added #
- Initial release of
dev_easepackage. - Added utility functions for date conversions, such as converting UTC to local time and formatting date strings.
- Added string manipulation extensions like parsing HTML entities and handling integer/double parsing.
- Provided support for Indian Standard Time (IST) during date conversions.
Fixed #
- Handled null values in date conversion methods to avoid exceptions.