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

Capture back and front camera in sequence and composite them into a single JPEG with a configurable picture-in-picture overlay.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dual_capture

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

dependencies:
  dual_capture: ^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:dual_capture/dual_capture.dart';
1
likes
150
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Capture back and front camera in sequence and composite them into a single JPEG with a configurable picture-in-picture overlay.

Repository (GitHub)
View/report issues

Topics

#camera #image-processing #photo #dual-camera #picture-in-picture

License

MIT (license)

Dependencies

camera, flutter, image

More

Packages that depend on dual_capture