extender_dart 0.0.19 extender_dart: ^0.0.19 copied to clipboard
A utility library for Dart developers, offering an extensive range of commonly used operations and aliases. Designed to streamline daily coding tasks and enhance productivity.
0.0.1 #
- TODO: Describe initial release.
0.0.2 #
- FEAT: Add ConsoleText class
0.0.3 #
- FEAT: Add uniqueBy method
0.0.4-dev.1 #
- FEAT: Add annotation
0.0.4 #
- FEAT: Add fieldEnum annotation to generate class field enumerations
0.0.5 #
- FIX: dependency
0.0.6 #
- FIX: Add freezedFieldEnum annotation to generate freezed class field
0.0.7 #
- FEAT: Add
wait()
,chunk(int size)
, andflatten()
to ListExtension
0.0.8 #
- FEAT: Add IndexedCollection class for indexing and navigation
0.0.9 #
- FIX: Fix dependency
0.0.10 #
- FEAT: Add delayed method to DurationExtension
- FEAT: Add isFirst and isLast properties to IndexedCollection class
0.0.11 #
- FEAT: Add
log
method toConsoleText
class
0.0.12 #
- FEAT: Add String extension methods for parsing and
checking if a string is a
Uri
0.0.13 #
- FIX: Fix nullable return type in toUriOrNull() method
0.0.14 #
- FIX:Add generics to return value in let method
0.0.15 #
- FIX: let method parameter changed to nullable
0.0.16 #
- FEAT: Add
toStringAsFixedAuto
method tonum
extension
0.0.17 #
- FEAT: Rename
toStringAsFixedAuto
totoStringAsFixedLength
0.0.18 #
- FIX: intl package update
0.0.19 #
- FEAT: StringExtension to include emptyToNull method
- FEAT: StringExtension to include filename method