underscore 0.0.5 copy "underscore: ^0.0.5" to clipboard
underscore: ^0.0.5 copied to clipboard

Underscore is a dart utility library for efficient Flutter development.

example/main.dart

import 'package:underscore/underscore.dart' as _;

void main() {
  var users = [
    {'user': 'barney', 'age': 36, 'active': true},
    {'user': 'fred', 'age': 40, 'active': false}
  ];
  print(_.filter(users, (o) => !(o['active'])));
}
2
likes
160
pub points
20%
popularity

Publisher

verified publisherbitinfinitywebsolutions.com

Underscore is a dart utility library for efficient Flutter development.

Homepage
Repository (GitHub)
View/report issues

Topics

#dart #utility #underscore #lodash

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on underscore