custom_camera 0.0.6 copy "custom_camera: ^0.0.6" to clipboard
custom_camera: ^0.0.6 copied to clipboard

A new Flutter Camera plugin, which gives more functionality of Scanner and OCR.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_camera

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

dependencies:
  custom_camera: ^0.0.6

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:custom_camera/controller.dart';
import 'package:custom_camera/lifecycle_handler.dart';
import 'package:custom_camera/my_camera_plugin.dart';
import 'package:custom_camera/my_cameranew.dart';
15
likes
30
pub points
2%
popularity

Publisher

unverified uploader

A new Flutter Camera plugin, which gives more functionality of Scanner and OCR.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_camera