rikulo_commons 0.7.2+1 copy "rikulo_commons: ^0.7.2+1" to clipboard
rikulo_commons: ^0.7.2+1 copied to clipboard

outdatedDart 1 only

Common reusable Dart classes and utilities.

#Rikulo Commons

Rikulo Commons is a collection of common reusable Dart classes and utilities.

Rikulo Commons is distributed under an Apache 2.0 License.

Build Status

##Install from Dart Pub Repository

Add this to your pubspec.yaml (or create it):

dependencies:
  rikulo_commmons:

Then run the Pub Package Manager (comes with the Dart SDK):

pub install

##Install from Github for Bleeding Edge Stuff

To install stuff that is still in development, add this to your pubspec.yam:

dependencies:
  rikulo_commmons:
    git: git://github.com/rikulo/commons.git

For more information, please refer to Pub: Dependencies.

##Run on Client and/or Server

Library Run on Server Run on Client
async.dart Yes Yes
html.dart No Yes
io.dart Yes No
js.dart No Yes
mirrors.dart Yes Yes
util.dart Yes Yes

##Notes to Contributors

###Fork Rikulo Commons

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 sphere of API as neat and consistency as possible. Strong enhancement always demands greater consensus.

If you are new to Git or GitHub, please read this guide first.

1
likes
0
pub points
71%
popularity

Publisher

verified publisherquire.io

Common reusable Dart classes and utilities.

Homepage

License

unknown (LICENSE)

Dependencies

js, meta, unittest

More

Packages that depend on rikulo_commons