Skip to content

Utility package of functions I find myself rewriting to just be added as package dependencies in dart.

License

Notifications You must be signed in to change notification settings

SimpleTheory/ari_utils_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Utility package of functions I find myself rewriting to just be added as package dependencies in dart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages