flutter_helper_utils 1.2.0
flutter_helper_utils: ^1.2.0 copied to clipboard
The Flutter Helper Package offers various extensions and helper methods that can make development more efficient.
1.2.0 #
- UPDATE: Update documentation.
1.1.9 #
- FIX: Fixed a bug with
isZerobool in numbers extensions. - UPDATE:
asBoolsupport null safety on numbers extensions. - UPDATE: Updated
ParsingExceptionimplementation.
1.1.8 #
- NEW: Added
isPositiveOrNull,isZeroOrNull, andisNegativeOrNullto all numbers extensions. - UPDATE: on String extension,
isEmptyOrNullnow returns true if string has only empty lines.
1.1.7 #
- NEW: Added
toDateTimeandtryToDateTimeinConvertObjectclass.
1.1.6 #
- NEW: Added
toMapandtryToMapinConvertObjectclass, and addisValidSVGin String extension.
1.1.5 #
- NEW: Added
toBoolandtryToBoolinConvertObjectclass. - UPDATE: Improved all implementations of static methods in
ConvertObjectclass.
1.1.4 #
- NEW: Supported converting timestamp milliseconds to
DateTimeand addedtryToStringinConvertObjectclass.
1.1.3 #
- FIX: Added missing
pushNamedAndRemoveUntilin the navigation extension.
1.1.2 #
- UPDATE: Improved
asBoolimplementation in the string extension.
1.1.1 #
- FIX: Fixed a bug in
camelCaseconversion algorithm.
1.1.0 #
- FIX: Fixed logo does not appear in readme file.
1.0.9 #
- UPDATE: Re-organized changelog and updated readme file.
1.0.8 #
- FIX: Fixed bug with
isHexColorin color extension.
1.0.7 #
- NEW: Added new color extension to support converting hex string to color and checking if string is a hex color.
1.0.6 #
- UPDATE: Supported null safety to ThemeMode and Brightness.
1.0.5 #
- UPDATE: Changed
poptopopPageto solve conflicts withgo_routerpackage extensions.
1.0.4 #
- UPDATE: Updated readme file.
1.0.3 #
- NEW: Added
capitalizeFirstLetter,toPascalCase,toTitleCase, andtoCamelCaseto String extension.
1.0.2 #
- UPDATE: Renamed some getters to fix conflicts with the
getpackage.
1.0.1 #
- UPDATE: Updated readme file.
1.0.0 #
- INITIAL: Initial release.