camera_frame 0.11.3 copy "camera_frame: ^0.11.3" to clipboard
camera_frame: ^0.11.3 copied to clipboard

A Flutter plugin for controlling the camera. Supports previewing the camera feed, capturing images and video, and streaming image buffers to Dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add camera_frame

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  camera_frame: ^0.11.3

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:camera_frame/camera_frame.dart';
3
likes
160
points
161
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for controlling the camera. Supports previewing the camera feed, capturing images and video, and streaming image buffers to Dart.

Repository (GitHub)
View/report issues

Topics

#camera #frame

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

camera_android_frame, camera_avfoundation_frame, camera_platform_interface_frame, flutter, flutter_plugin_android_lifecycle

More

Packages that depend on camera_frame

Packages that implement camera_frame