lodash 0.0.1 copy "lodash: ^0.0.1" to clipboard
lodash: ^0.0.1 copied to clipboard

discontinued
Dart 1 only

Utility library.

Lodash #

Linux Build Pub version Commitizen friendly

Utility library. Port of the JavaScript lodash library.

Installing via Pub #

Add this to your package's pubspec.yaml file:

dependencies:
  lodash: 0.0.1

Usage #

import "package:lodash/lodash.dart" as _;

Test #

pub run test

Contributing #

  1. Fork it (https://github.com/SuperPaintman/lodash.dart/fork)
  2. Create your feature branch (git checkout -b feature/<feature_name>)
  3. Commit your changes (git commit -am '<type>(<scope>): added some feature')
  4. Push to the branch (git push origin feature/<feature_name>)
  5. Create a new Pull Request

Contributors #


API #

Docs


Changelog #

Changelog


License #

MIT