A library to detect the device you are on!
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();
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.
Realtime web framework for dart that uses forcemvc & forcemirrors & wired source code
Follow us on twitter https://twitter.com/usethedartforce
Follow us on google+