easix 2.0.2
easix: ^2.0.2 copied to clipboard
easix is a helper package that provide multiple handy function and extensions to use in your flutter project.
2.0.0 #
Breaking Changes: #
- Removed the following error-handling functions:
ServerErrorLocalErrorFailureValidateextension
New Features: #
- Introduced several
ThemeExtensionadditions:elevatedButtonThemeoutlinedButtonThemetextButtonThemetextSelectionThemeappBarTheme
- Added new extensions:
toColor()for easy color conversion.NavigatorExto simplify navigation with context.
- Introduced new widgets:
GapandSliverGapfor spacing.AdaptiveImage()for flexible image handling.
1.1.0 #
Enhancements: #
- Added new extensions for
theme,textTheme, andcolorScheme. - Fixed the
initialsextension for improved functionality. - Added the
initialextension for extracting the first character. - Introduced the
getTypeListfunction for better type handling.
1.0.2 #
Updates: #
- Upgraded the initial version to
0.19.0.
New Functions: #
isBefore: Checks if one date is before another.isAfter: Checks if one date is after another.differenceInMinutes: Calculates the minute difference between two dates.isBetween: Verifies if a date falls between two others.to12Time: Converts a date to 12-hour time format.
1.0.1 #
1.0.0 #
0.0.6 #
Fixes: #
- Resolved an issue in
convertToSortedDateListto ensure it returns a correctly sorted list of dates.
0.0.5 #
New Features: #
- Added the
convertToSortedDateListfunction to convert a list with date properties into a sorted list.
Enhancements: #
- Improved the
toHumanDate()function to support:ArabicandEnglishlanguages.shortandfulldate formats.
- Removed the
toHumanDateString()extension function for cleaner API usage.