leap_motion 2.2.0
leap_motion: ^2.2.0 copied to clipboard
This is the Dart framework for working with Leap Motion. Leap Motion is a motion-control software and hardware company developing the world's most powerful and sensitive 3D motion-control and motion-s [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add leap_motionThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
leap_motion: ^2.2.0Alternatively, 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:leap_motion/leap_motion.dart';