usb_camera_plugin 0.6.0 copy "usb_camera_plugin: ^0.6.0" to clipboard
usb_camera_plugin: ^0.6.0 copied to clipboard

PlatformAndroid

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_plugin

This 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.0

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:usb_camera_plugin/usb_camera_plugin.dart';
0
likes
130
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on usb_camera_plugin

Packages that implement usb_camera_plugin