gato 0.0.5+1 gato: ^0.0.5+1 copied to clipboard
Gato is a dart utility library inspired by javascript lodash library.
0.0.5+1 #
- Update docs
0.0.4 #
- Fix #1
- Set and Unset to an empty map
0.0.3+3 #
- Edit readme
0.0.3+2 #
- Add logo to readme
0.0.3+1 #
- Edit docs
0.0.3 #
- Add
converter
option toget
method
Example:
Map<String, dynamic> map = {'color': '0xFFB74093'};
Color color = get<Color>(map, 'color', converter: (value) => Color(value));
0.0.2 #
- Fix
get
andset
by type issue - Update docs
0.0.1 #
- Init lodash dart