standard_library 0.0.0
Dart STL (Standard Library) implementing various data structures and algorithms.
Dart Standard Library
Introduction
This library provides various data structures and algorithms. The purpose of the library is to make Dart more advanced-programmer-friendly language, and not just mainly a tool for Flutter applications.
The library is under active development. Current version is 0.0.0 because it has no functionality yet.
Installation
This is a production-level dependency, therefore install it simply by putting
it under your dependencies in pubspec.yml file.
dependencies:
standard_library: ^0.0.0