document_camera_frame 0.1.6 copy "document_camera_frame: ^0.1.6" to clipboard
document_camera_frame: ^0.1.6 copied to clipboard

Flutter package for capturing and cropping document images with a customizable camera interface.

0.0.1 #

  • Initial release.

0.0.2 #

  • Update Readme.md.

0.0.3 #

  • Resolved deprecation warning in DocumentCameraFramePainter:
    • Replaced Colors.black.withOpacity(0.5) with Colors.black.withAlpha(127) to avoid precision loss.

0.0.4 #

  • Update Readme.md.

0.0.5 #

  • Update metadata.

0.0.6 #

  • Update Readme.md.

0.0.7 #

  • Update Readme.md.

0.0.8 #

  • Add example.mp4
  • Update Readme.md.

0.0.9 #

  • Add example.gif
  • Update Readme.md.

0.1.0 #

  • Enhanced widget UI for DocumentCameraFrame to improve design aesthetics.
  • Added customizable parameters for the capture button:
    • captureOuterCircleRadius: Radius of the outer circle for the capture button.
    • captureInnerCircleRadius: Radius of the inner circle for the capture button.
  • Implemented an animation for smoother transitions:
    • The container now animates from bottom to top when opened.
  • Updated documentation to reflect these changes.

0.1.2 #

  • Added showCloseButton parameter to control the visibility of the close button.
  • Updated DocumentCameraFrame to conditionally display the close button based on showCloseButton flag.
  • Update animatedFrameDuration parameter to Duration(milliseconds: 400) instead of Duration( milliseconds: 800) for faster frame animation speed.

0.1.3 #

  • Update metadata.

0.1.4 #

  • Update Readme.md.

0.1.5 #

  • Features
    • camera: Added camera switch icon reference.
  • Fixes
    • camera: Ensured retakeButtonText and saveButtonText reflect in the UI.
    • camera: Allowed setting the camera instead of defaulting to back (ID 0).

0.1.6 #

  • Update metadata.
29
likes
160
points
158
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.07 - 2025.04.21

Flutter package for capturing and cropping document images with a customizable camera interface.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

camera, cupertino_icons, flutter, flutter_animate, image, path_provider

More

Packages that depend on document_camera_frame