bot 0.9.0-beta bot: ^0.9.0-beta copied to clipboard
A collection of (mostly) general libraries to make working with Dart more productive.
The Dart Bag-of-Tricks #
A collection of (mostly) general libraries to make working with Dart more productive. #
Starting by porting bits of the PL javascript library and Google's Closure javascript library to enable some interesting scenarios.
Highlights #
bot -- default library #
- attached
- A general model for supporting extensible, runtime-defined events and properties on supported objects.
- This functionality is inspired by the Dependency Object/Property model in WPF/Silverlight.
- collection
Array2d
CollectionUtil
Grouping
IndexIterator
ListBase
NumberEnumerable
ReadOnlyCollection
- color
RgbColor
,HslColor
with associated conversions back and forthRgbColor
supports to/from hex
- events
- math
- Mostly classes related to 2D geometry and graphicsgeometry-related classes
Coordinate
,Box
,Size
,Vector
,AffineTransfrom
async #
FutureValue
: an abstract model for async conversions viaFuture<T>
SendPortValue
: an implementation ofFutureValue
using isolates.
html #
hop #
hop_tasks #
retained #
test #
Versioning #
Our goal is to follow Semantic Versioning.
Note: we have not released v1 (yet).
Authors #
- Kevin Moore (@kevmoo)
- Andreas Köberle (@eskimobloood)
- You? File bugs. Fork and Fix bugs. Let's build this community.