gato 0.0.3+3 copy "gato: ^0.0.3+3" to clipboard
gato: ^0.0.3+3 copied to clipboard

outdated

Gato is a dart utility library inspired by javascript lodash library.

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 to get method

Example:

Map<String, dynamic> map = {'color': '0xFFB74093'};

Color color = get<Color>(map, 'color', converter: (value) => Color(value));

0.0.2 #

  • Fix get and set by type issue
  • Update docs

0.0.1 #

  • Init lodash dart
21
likes
0
pub points
76%
popularity

Publisher

unverified uploader

Gato is a dart utility library inspired by javascript lodash library.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on gato