camera_frame 0.0.1 copy "camera_frame: ^0.0.1" to clipboard
camera_frame: ^0.0.1 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 Dart:

 $ dart pub add camera_frame

With Flutter:

 $ flutter pub add camera_frame

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

dependencies:
  camera_frame: ^0.0.1

Alternatively, 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:camera_frame/camera_frame.dart';
3
likes
0
points
221
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

License

unknown (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