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

This is open camera plugin project that helps you to capture photo from android native side and return path of photo.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_camera_flutter

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

dependencies:
  open_camera_flutter: ^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:open_camera_flutter/open_camera_flutter.dart';
1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

This is open camera plugin project that helps you to capture photo from android native side and return path of photo.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on open_camera_flutter