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