camera_plus 0.1.0 copy "camera_plus: ^0.1.0" to clipboard
camera_plus: ^0.1.0 copied to clipboard

A simple camera wrapper built on top of the camera package

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add camera_plus

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

dependencies:
  camera_plus: ^0.1.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:camera_plus/camera_plus.dart';
0
likes
160
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

A simple camera wrapper built on top of the camera package

Repository (GitHub)
View/report issues

Topics

#camera

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

build_runner, camera, camera_platform_interface, dev, flutter, mockito

More

Packages that depend on camera_plus