bot.dart icon indicating copy to clipboard operation
bot.dart copied to clipboard

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

Results 6 bot.dart issues
Sort by recently updated
recently updated
newest added

Feel free to suggest changes to the package structure if you'd like. These additions are modeled off of Guava and Apache Commons methods.

Generally, `require` clauses deal with programming errors

Folks might have 'callback' options defined that change state, so it's bad to use 'parse' as a shortcut

bug

emphasize tests search for TODOs via git grep

I think about to implement line, ellipse, triangle, rect, polygon classes. Also the Size class needs to be rewritten as it only works for rects. Btw. why is the rect...