Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 522 Bytes

Triangle

Banner

A package based on the 🦀 directories crate from Rust, made for 🎯 Dart with a few modifications.

Getting started

Using Triangle is simple, include the following lines in your pubspec.yaml:

dependencies:
  triangle:
    git: https://github.com/hammerhai/triangle.git

publish_to: none

Testing

Test Triangle with:

dart test

Usage

For specific use cases, take a look in the /example folder.