Skip to content

kevmoo/bot_web.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOT!

The Dart Bag-of-Tricks - Web

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.

Build Status

Projects using BOT

  • chrome.dart - Dart interop with chrome.* APIs for Chrome Packaged Apps
  • Pop, Pop, Win! - Minesweeper with balloons
  • qr.dart - Generate QR codes
  • vote.dart - Simulate, run, and calculate elections with different election methods
  • Dart Widgets - Reusable Web Components

Try It Now

The Dart Bag-of-Tricks ( BOT ) is hosted on pub.dartlang.org. Add the BOT package to your pubspec.yaml file, selecting a version range that works with your version of the SDK. Always check the BOT page on pub to find the latest release.

See the changelog to find the version that works best for you.

Authors