Skip to content

Latest commit

 

History

History
137 lines (103 loc) · 3.75 KB

dart.rst

File metadata and controls

137 lines (103 loc) · 3.75 KB
tocdepth:1
.. index:: pair: Dart; language

DRYlib for Dart

.. only:: html

   .. contents::
      :local:
      :backlinks: entry
      :depth: 2

Getting Started

Prerequisites

  • Dart 2.0+

Installation

TODO

Library Usage

// TODO

Design Principles

Reference

Modules

DRY Dart
base TODO
bits TODO
code N/A
crypto TODO
data TODO
ffi TODO
geo TODO
io TODO
lang TODO
logic TODO
math TODO
media TODO
meta TODO
net TODO
qty TODO
std TODO
sys TODO
text TODO
text/ascii TODO
text/printf TODO
text/utf8 TODO
time TODO
util TODO

Module base

DRY Dart
TODO TODO

Module math

DRY Dart
TODO TODO

Module meta

DRY Dart
TODO TODO

Module text

DRY Dart
TODO TODO

See Also

.. seealso::

   `Changelog <https://github.com/dryproject/drylib.dart/blob/master/CHANGES.rst>`__ on GitHub
      The comprehensive version history and release notes for DRYlib for Dart.

   `Arto's Notes re: Dart <http://ar.to/notes/dart>`__
      Miscellaneous notes on Dart.

   `Quiver <https://github.com/google/quiver-dart>`__
      A set of utility libraries for Dart.