hoopwise_native_camera 0.0.2
hoopwise_native_camera: ^0.0.2 copied to clipboard
A Flutter plugin for Hoopwise providing native iOS and Android real-time camera views with integrated YOLO object detection and ML Kit pose estimation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hoopwise_native_cameraThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hoopwise_native_camera: ^0.0.2Alternatively, 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:hoopwise_native_camera/hoopwise_native_camera.dart';