custom_camera_plugin 1.0.0+1 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';