starfruit library

Starfruit is a set of utility libraries for Dart, inspired by and partially ported from Google's Guava (for Java). Currently, math and statistics libraries have been provided, with support for more planned in the near future.

Extensions

StarStats on List<num>
A class that takes in a set of data as its constructor and can perform various statistical utilities with it.
StarStatsXY on Map<num, num>
A class that takes in XY data and can perform some algebraic utilities.

Properties

collectionUtils → _StarCollectionsUtils
Default implementation of StarCollectionsUtils().
no setter
mathUtils → _StarMathUtils
Default implementation of StarMathUtils().
no setter