picture_cropper 0.0.15 copy "picture_cropper: ^0.0.15" to clipboard
picture_cropper: ^0.0.15 copied to clipboard

Flutter package for capturing and cropping photos from camera or gallery.

0.0.15 #

  • Change the camera preview screen area

0.0.14 #

  • Add resetController method in picture_cropper_controller

0.0.13 #

  • Add an argument to the controller crop type change method
  • [isToggled: false] Initialized crop path

0.0.12 #

  • Fix shoot, edit, crop screens width and height sync

0.0.11 #

  • Refactor PictureCrop widget
  • Change the onCropped callback to a future.
  • Add a boolean value to the PictureCrop widget to handle cases where it's not necessary to display the image.

0.0.10 #

  • Fix front camera horizontal flip initialize issue

0.0.9 #

  • Fix front camera horizontal flip

0.0.8 #

  • Add _isTakePicture in PictureCropperController
  • _isTakePicture = true: Represents an image taken by the camera.
  • _isTakePicture = false: Represents an image selected from gallery.

0.0.7 #

  • Changed pictureCropperController.toggleCameraDirection to async

0.0.6 #

  • Fix behavior error in pictureCropperController.toggleCameraDirection

0.0.5 #

  • dart format .

0.0.4 #

  • Update readme file, documentation

0.0.3 #

  • Fix image url in README.md

0.0.2 #

  • Fix github url in pubspec.yaml

0.0.1 #

  • Initial version.
5
likes
0
pub points
47%
popularity

Publisher

verified publisherjhk-im.dev

Flutter package for capturing and cropping photos from camera or gallery.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, flutter, image, image_picker

More

Packages that depend on picture_cropper