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

Utility classes and functions I find myself using a lot. Specifically pythonic things.

Ari Utils #

This package is composed of functions I find myself writing and re-using all of the time in Dart. Coming from a pythonic background a lot of these functions are inspired from python, but there are several different other utilities I use all the time as well.

All of these functions are in pure dart and don't use any sub dependencies (except collections), so unless the language itself changes you can be sure that using this package as dependency will be fine, and that it is compatible on all platforms.

Getting started #

paste this in pubspec.yaml:

ari_utils_dart: ^{version number}

import string:

import 'package:ari_utils_dart/ari_utils_dart.dart';

Additional information #

The documentation is available at https://simpletheory.github.io/ari_utils_dart/

Feel free to comment and contribute at https://github.com/SimpleTheory/ari_utils_dart

2
likes
150
pub points
30%
popularity

Publisher

unverified uploader

Utility classes and functions I find myself using a lot. Specifically pythonic things.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on ari_utils