inspection_camera 0.1.0
inspection_camera: ^0.1.0 copied to clipboard
A new Flutter RzCamera Package.
RzCamera #
RzCamera Package for Clicking images and taking video with the edit functionality.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
rz_camera: ^0.0.1+11
- Import the package and use it in your Flutter App.
import 'package:rz_camera/camera.dart';
Example #
There are a number of properties that you can modify:
- cameraOrientation /// default CameraOrientation.any
- defaultCamera /// default DefaultCamera.back
- isCameraChange /// default false
- isImageEdit /// default true
- successCallback /// Function(RzCameraResponse rzCameraResponse)
- overlayWidget /// required (should be any Widget)
|
|
|
Next Goals #
-
Add Operating system Support. Now, you can check with android, in few days support for IOS and Web.
-
Video Record. Record video and Edited video callback and without edit video call back.
-
Add more Features to the package.# RzCamera