hoopwise_native_camera 0.0.1
hoopwise_native_camera: ^0.0.1 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 Dart:
$ dart pub add hoopwise_native_cameraWith Flutter:
$ flutter pub add hoopwise_native_cameraThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hoopwise_native_camera: ^0.0.1Alternatively, 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:hoopwise_native_camera/hoopwise_native_camera.dart';