- Update docs
- Fix #1
- Set and Unset to an empty map
- Edit readme
- Add logo to readme
- Edit docs
- Add
converter
option toget
method
Example:
Map<String, dynamic> map = {'color': '0xFFB74093'};
Color color = get<Color>(map, 'color', converter: (value) => Color(value));
- Fix
get
andset
by type issue - Update docs
- Init lodash dart