more 1.5.0
more: ^1.5.0 copied to clipboard
More Dart — Literally
More Dart — Literally #
Various extensions that make Dart a better place:
bit_list.dartis a space efficient list storing boolean values.char_matcher.dartis a model for character classes, their composition and operations on strings.fraction.dartprovides exact rational number arithmetic.int_math.dartis a collection of common mathematical functions on integers.iterable.dartis a collection of iterables and iterators.multiset.dataa data structure where elements might appear more than once.ordering.darta fluent interface for building comparator functions.range.dartis a function to create lists of arithmetic progressions.
And there are more to come ...
This library is open source, stable and well tested. Development happens on GitHub. Feel free to report issues or create a pull-request there. General questions are best asked on StackOverflow.
Up-to-date class documentation is created with every release.
Misc #
History #
This library started in April 2013 as I was working through the puzzles of Project Euler and encountered some missing features in Dart. Over time the library grew and became more useful in many other places, so I created this reusable library.
License #
The MIT License, see LICENSE.