Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.11 KB

readme.md

File metadata and controls

41 lines (24 loc) · 1.11 KB

R2D2

LOGO!

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

Twitter

Follow us on twitter https://twitter.com/usethedartforce

Google+

Follow us on google+