bot 0.9.0 copy "bot: ^0.9.0" to clipboard
bot: ^0.9.0 copied to clipboard

outdatedDart 1 only

A collection of (mostly) general libraries to make working with Dart more productive.

BOT!

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 forth
    • RgbColor 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 via Future<T>
  • SendPortValue: an implementation of FutureValue using isolates.

html #

hop #

hop_tasks #

retained #

test #

Versioning #

Our goal is to follow Semantic Versioning.

Note: we have not released v1 (yet).

Authors #

0
likes
0
pub points
5%
popularity

Publisher

unverified uploader

A collection of (mostly) general libraries to make working with Dart more productive.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, logging, meta, unittest

More

Packages that depend on bot