lean_extensions 0.14.3 copy "lean_extensions: ^0.14.3" to clipboard
lean_extensions: ^0.14.3 copied to clipboard

A collection of extension methods without flutter dependency. Also includes some python-like functionality and json converters for easy validation

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lean_extensions

With Flutter:

 $ flutter pub add lean_extensions

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

dependencies:
  lean_extensions: ^0.14.3

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

Import it

Now in your Dart code, you can use:

import 'package:lean_extensions/lean_extensions.dart';
1
likes
130
points
149
downloads

Publisher

verified publisherel-darto.net

Weekly Downloads

A collection of extension methods without flutter dependency. Also includes some python-like functionality and json converters for easy validation

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

any_date, collection, english_numerals, json_annotation, meta

More

Packages that depend on lean_extensions