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

The loda module is a combination of the two Lodash and Ramda modules. It promotes a more functional programming (FP) friendly style by exporting an instance of loda with its methods wrapped to produce [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add loda

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

dependencies:
  loda: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:loda/loda.dart';
3
likes
100
pub points
0%
popularity

Publisher

unverified uploader

The loda module is a combination of the two Lodash and Ramda modules. It promotes a more functional programming (FP) friendly style by exporting an instance of loda with its methods wrapped to produce immutable auto-curried iteratee-first data-last methods.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

dartx, flutter

More

Packages that depend on loda