Rikulo Commons is a collection of common reusable Dart classes and utilities.
Rikulo Commons is distributed under an Apache 2.0 License.
Add this to your pubspec.yaml (or create it):
dependencies:
rikulo_commons:
| Library | Run on Server | Run on Client |
async.dart |
Yes | Yes |
browser.dart |
Yes | Yes |
io.dart |
Yes | No |
logging.dart |
Yes | Yes |
mirrors.dart |
Yes | Yes |
util.dart |
Yes | Yes |
If you'd like to contribute back to the core, you can fork this repository and send us a pull request, when it is ready.
Please be aware that one of Rikulo's design goals is to keep the API surface as neat and consistent as possible. Major enhancements always demand greater consensus.
If you are new to Git or GitHub, please read this guide first.