usb_camera_plugin 0.6.0
usb_camera_plugin: ^0.6.0 copied to clipboard
A Flutter plugin bridge for USB camera integration on Android. Use with example app for full camera features including recording, capture, and effects. Simple integration in any Flutter project.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add usb_camera_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
usb_camera_plugin: ^0.6.0Alternatively, 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:usb_camera_plugin/usb_camera_plugin.dart';