r2d2 0.0.1
r2d2: ^0.0.1 copied to clipboard
A modern device detection package
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add r2d2This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
r2d2: ^0.0.1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:r2d2/client/client_device.dart';
import 'package:r2d2/common/device_face.dart';
import 'package:r2d2/r2d2_common.dart';
import 'package:r2d2/server/server_device.dart';