simple_camera 1.0.3  simple_camera: ^1.0.3 copied 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_cameraThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  simple_camera: ^1.0.3Alternatively, 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';