thinksys_mediapipe_plugin 0.0.13 thinksys_mediapipe_plugin: ^0.0.13 copied to clipboard
Add motion-based magic to your Flutter apps! ThinkSys Mediapipe Plugin offers real-time pose detection for iOS, with easy integration, customizable options, and endless possibilities for fitness, heal [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add thinksys_mediapipe_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
thinksys_mediapipe_plugin: ^0.0.13
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:thinksys_mediapipe_plugin/thinksys_mediapipe_plugin.dart';