underscore 0.0.2 underscore: ^0.0.2 copied to clipboard
Underscore is a dart utility library for efficient Flutter development.
0.0.2 - 2024-06-11 #
Added #
- Last: Gets the last element of a list.
- Slice: Creates a slice of a list from start up to, but not including, end.
- Shuffle: Shuffles a list using the Fisher-Yates shuffle algorithm.
- Some: Checks if predicate returns truthy for any element of collection.
Changed #
- Updated examples for existing functions.
- Enhanced and optimized some library functions.
0.0.1 - 2024-06-10 #
- Initial release