simple_camera 1.0.3 copy "simple_camera: ^1.0.3" to clipboard
simple_camera: ^1.0.3 copied to clipboard

Package for quick and easy use of the camera, you can implement and use the camera in your application in a few steps

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_camera

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

dependencies:
  simple_camera: ^1.0.3

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:simple_camera/simple_camera.dart';
5
likes
140
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Package for quick and easy use of the camera, you can implement and use the camera in your application in a few steps

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

camera_android, camera_avfoundation, camera_platform_interface, camera_web, flutter

More

Packages that depend on simple_camera