Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stelynx/dart-stl

Dart STL (Standard Library) implementing various data structures and algorithms
https://github.com/stelynx/dart-stl

Last synced: 10 days ago
JSON representation

Dart STL (Standard Library) implementing various data structures and algorithms

Awesome Lists containing this project

README

        

# Dart Standard Library

[![Pub Version](https://img.shields.io/pub/v/standard_library?color=%233dc6fd&logo=flutter&logoColor=%233dc6fd)](https://pub.dev/packages/standard_library)
![Lint & Test](https://github.com/stelynx/dart-stl/workflows/Lint%20&%20Test/badge.svg)
[![codecov.io](https://codecov.io/gh/stelynx/dart-stl/branch/develop/graphs/badge.svg)](https://codecov.io/gh/stelynx/dart-stl/branch/develop)

## 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.

```yaml
dependencies:
standard_library: ^0.0.0
```