Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stelynx/dart-stl
- Owner: stelynx
- License: bsd-3-clause
- Created: 2020-04-28T19:03:59.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-04T05:24:58.000Z (over 4 years ago)
- Last Synced: 2024-11-05T21:48:22.455Z (about 2 months ago)
- Language: Dart
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```