hand_landmarker 2.1.0
hand_landmarker: ^2.1.0 copied to clipboard
A Flutter plugin for real-time hand landmark detection on Android using Google's MediaPipe Hand Landmarker task and a JNI bridge.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hand_landmarker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
hand_landmarker: ^2.1.0
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:hand_landmarker/hand_landmarker.dart';