r2d2 0.0.3 copy "r2d2: ^0.0.3" to clipboard
r2d2: ^0.0.3 copied to clipboard

outdatedDart 1 only

A modern device detection package

R2D2 #

LOGO!

Part of the Dart Force Framework.

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 source code

Twitter

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

Google+

Follow us on google+

0
likes
0
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A modern device detection package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, http_server, logging

More

Packages that depend on r2d2