rz_camera 0.0.1+1
rz_camera: ^0.0.1+1 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+1
- Import the package and use it in your Flutter App.
import 'package:rz_camera/rz_camera.dart';
Example #
There are a number of properties that you can modify:
- defaultCamera
- isLandscapeMandatory
- isCameraChange
- imageCallback
- isImageEdit
- isImageEditCallback
- overlayImageWidget
|
|
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