indzooom_camera 1.0.27
indzooom_camera: ^1.0.27 copied to clipboard
Um Plugin de câmera para o Flutter, que funciona tanto em iOS quanto em Android. Android minSDK 21.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add indzooom_cameraThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
indzooom_camera: ^1.0.27Alternatively, 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:indzooom_camera/indzooom_camera.dart';