camera_custom 0.0.1 copy "camera_custom: ^0.0.1" to clipboard
camera_custom: ^0.0.1 copied to clipboard

This is a custom camera component that allows you to preview and take photos of your camera, including switching between front and rear cameras. Take photos for path caching and callback, you can use [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add camera_custom

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

dependencies:
  camera_custom: ^0.0.1

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_custom/camera_custom.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

This is a custom camera component that allows you to preview and take photos of your camera, including switching between front and rear cameras. Take photos for path caching and callback, you can use the cache path to get pictures. The bag on which the flutter relies is the official camera.

Homepage

License

unknown (LICENSE)

Dependencies

camera, cupertino_icons, flutter, path_provider

More

Packages that depend on camera_custom