extender_dart 0.0.11 extender_dart: ^0.0.11 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