thinksys_mediapipe_plugin 0.0.10 thinksys_mediapipe_plugin: ^0.0.10 copied to clipboard
The ThinkSys Mediapipe Plugin brings pose detection to Flutter apps, filling a gap for iOS developers. It offers real-time tracking, easy integration, and customizable options for fitness and healthca [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add thinksys_mediapipe_plugin
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 dart pub get
):
dependencies:
thinksys_mediapipe_plugin: ^0.0.10
Alternatively, your editor might support dart pub get
or 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';