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

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

0.1.10 #

  • Add setManualCropAreaItem method in picture_cropper_controller

0.1.9 #

  • Initialize the original image when selecting the gallery image

0.1.8 #

  • Add method for delete image in cache when takePicture

0.1.7 #

  • Delete originalImageFile
  • Add method for delete image in cache

0.1.6 #

  • Add originalImageFile

0.1.5 #

  • Add android camera shoot sound

0.1.4 #

  • Add image utils method

0.1.3 #

  • Add image filter and blur in Editor

0.1.2 #

  • Add rotate, scale, offset in Editor

0.1.1 #

  • Publish to pub.dev

0.1.0 #

  • Change crop internal logic

0.0.19 #

  • Add verticalCard in CropGuideLineType

0.0.18 #

  • Add crop area drag movement

0.0.17 #

  • Add test code
  • QA
  • Fix README.md

0.0.16 #

  • Improve image quality after cropping
  • Change crop editing pointer size

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.