Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 539 Bytes

PhotoWordFind

Flutter app for finding pictures that contain a searched word in a group of photos

Todos:

  • Add photos to gallery in batches (requries async functionality)

  • Minimize code into services approach

  • Give selection text background color and highligh color

  • Change Snap detection to checking all text on one line

  • Create GalleryCell object

  • Save original image used in GalleryCell object inside the object so that it can be used when redoing and the image doesn't get reloaded/re-adjusted