flodash 1.3.0 copy "flodash: ^1.3.0" to clipboard
flodash: ^1.3.0 copied to clipboard

A dart implementation of the popular JavaScript library Lodash

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flodash

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flodash: ^1.3.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flodash/flodash.dart';
3
likes
40
points
50
downloads

Publisher

verified publishersliitfoss.org

Weekly Downloads

A dart implementation of the popular JavaScript library Lodash

Repository (GitHub)
Contributing

License

MIT (license)

More

Packages that depend on flodash