data 0.0.1 copy "data: ^0.0.1" to clipboard
data: ^0.0.1 copied to clipboard

outdated

A time and space efficient collection of data structures and algorithms to deal with data in Dart.

Dart Data #

Pub Package Build Status Coverage Status GitHub Issues GitHub Forks GitHub Stars GitHub License

Dart Data is a fast and space efficient library to deal with data in Dart, Flutter and the web. As of today this mostly includes data structures and algorithms for vectors and matrices, but will soon also include graphs.

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.

The package is hosted on dart packages. Up-to-date class documentation is created with every release.

Tutorial #

TODO

License #

The MIT License, see LICENSE.

The matrix decomposition algorithms are a direct port of the JAMA: A Java Matrix Package, that is released under public domain.

10
likes
0
pub points
82%
popularity

Publisher

verified publisherlukas-renggli.ch

A time and space efficient collection of data structures and algorithms to deal with data in Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, more

More

Packages that depend on data