flutter_easy_camera 0.0.2 copy "flutter_easy_camera: ^0.0.2" to clipboard
flutter_easy_camera: ^0.0.2 copied to clipboard

EasyCamera is a Flutter plugin for seamless camera integration, offering customizable settings, preview styles, and intuitive controls for capturing images.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_easy_camera

With Flutter:

 $ flutter pub add flutter_easy_camera

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

dependencies:
  flutter_easy_camera: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_easy_camera/easy_camera.dart';
6
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

EasyCamera is a Flutter plugin for seamless camera integration, offering customizable settings, preview styles, and intuitive controls for capturing images.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, flutter, image_editor, native_device_orientation, photo_view, plugin_platform_interface

More

Packages that depend on flutter_easy_camera

Packages that implement flutter_easy_camera