smaranjitghose / DocLense

An open-source document scanner!
https://doclense.vercel.app/
Creative Commons Zero v1.0 Universal
147 stars 130 forks source link

Feature Request: Introduction of reordering pdf pages before finalizing to make the pdf. #230

Closed adrishyantee closed 3 years ago

adrishyantee commented 3 years ago

The pdf pages are set as we select the image items but it would have been user-friendly if it had to reorder the pdf pages before actually making a pdf. This would provide more control to users to design the pdf in their way.

adrishyantee commented 3 years ago

Can someone help me with this? Would be of much help if I get ideas to implement this.

Saransh-cpp commented 3 years ago

Can someone help me with this? Would be of much help if I get ideas to implement this.

Check out this package, it is in sync with the latest flutter updates. @anushbhatia should we go ahead with this?

anushbhatia commented 3 years ago

yep LGTM

Saransh-cpp commented 3 years ago

I will try to implement the feature as no one is working on this.

Saransh-cpp commented 3 years ago

Turns out, this is weirdly difficult to implement using the package above and all the rest packages and in-built widgets are made to reorder a ListView and not a GridView. One helpful package I found was this which has been updated to null safety on GitHub but they haven't updated the same on pub.dev (which they are planning to do). I will implement this as soon as the package gets the update.

smaranjitghose commented 3 years ago

Turns out, this is weirdly difficult to implement using the package above and all the rest packages and in-built widgets are made to reorder a ListView and not a GridView. One helpful package I found was this which has been updated to null safety on GitHub but they haven't updated the same on pub.dev (which they are planning to do). I will implement this as soon as the package gets the update.

Cool!