flutter_hand_gesture 2.1.1 copy "flutter_hand_gesture: ^2.1.1" to clipboard
flutter_hand_gesture: ^2.1.1 copied to clipboard

A Flutter package for real-time hand gesture recognition using on-device ML. Supports custom gestures, landmark detection, and stream-based API. No internet required.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_hand_gesture

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_hand_gesture: ^2.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_hand_gesture/flutter_hand_gesture.dart';
0
likes
150
points
81
downloads

Documentation

API reference

Publisher

verified publisherkalainovainfotech.com

Weekly Downloads

A Flutter package for real-time hand gesture recognition using on-device ML. Supports custom gestures, landmark detection, and stream-based API. No internet required.

Repository (GitHub)
View/report issues

Topics

#gesture #hand-tracking #mediapipe #camera #machine-learning

License

MIT (license)

Dependencies

camera, flutter, hand_detection, path_provider

More

Packages that depend on flutter_hand_gesture