open_camera 0.0.5 copy "open_camera: ^0.0.5" to clipboard
open_camera: ^0.0.5 copied to clipboard

Open Camera is a flutter project that provides a complete widget for shooting and recording videos.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_camera

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

dependencies:
  open_camera: ^0.0.5

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/open_camera.dart';
6
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Open Camera is a flutter project that provides a complete widget for shooting and recording videos.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

auto_orientation, camera, flutter, flutter_image_compress, image_gallery_saver, native_device_orientation, path_provider, permission_handler, photo_view, video_player

More

Packages that depend on open_camera