r2d2 0.1.1
r2d2: ^0.1.1 copied to clipboard
A modern device detection package
R2D2 #

A library to detect the device you are on!
Walkthrough
This is how you setup and use device detection clientside:
ClientDetectDevice cd = new ClientDetectDevice();
cd.isTablet();
cd.isMobile();
cd.isDesktop();
This is how you setup and use device detection serverside:
ServerDetectDevice cd = new ServerDetectDevice();
cd.isTablet();
cd.isMobile();
cd.isDesktop();
Notes to Contributors #
Fork R2D2
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.
If you are new to Git or GitHub, please read this guide first.
Dart Force
Realtime web framework for dart that uses forcemvc & forcemirrors & wired source code
Follow us on twitter https://twitter.com/usethedartforce
Google+
Follow us on google+