custom_camera_plugin 1.0.0+1 copy "custom_camera_plugin: ^1.0.0+1" to clipboard
custom_camera_plugin: ^1.0.0+1 copied to clipboard

custom_camera_plugin is a Flutter package that enables easy integration of a custom UI camera for capturing photos and videos. This package provides a flexible camera setup with features like image pr [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_camera_plugin

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

dependencies:
  custom_camera_plugin: ^1.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:custom_camera_plugin/camera_page.dart';
import 'package:custom_camera_plugin/main.dart';
import 'package:custom_camera_plugin/preview_page.dart';
1
likes
115
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

custom_camera_plugin is a Flutter package that enables easy integration of a custom UI camera for capturing photos and videos. This package provides a flexible camera setup with features like image preview, capturing images, and more

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

camera, cupertino_icons, flutter

More

Packages that depend on custom_camera_plugin