Flutter crop image like camscanner

4,678

Check out these extensions from pub.dev :

  1. extended_image 0.7.2 to crop, edit, rotate, flip images

  2. images_to_pdf 0.0.1 to convert image to PDF

Hope this helps:))

Share:
4,678
Ammy Kang
Author by

Ammy Kang

Android Developer

Updated on December 08, 2022

Comments

  • Ammy Kang
    Ammy Kang over 1 year

    I am working on a project where requires the image to be cropped like camscanner android native app, when a picture is taken and when user clicks the crop button, a rectangle overlay should be shown as in camscanner. Where the rectangle path can be stretched to any angle and can perform crop. Is there any library in flutter for this, actually I am looking the same functionality similar to Camscanner, image crop, image effects and converting it to pdf file.

    Can anyone help me with the same?.

    Thanks in advance.