Baby Photo - A Photo Editor App For Parents


App Logo

Summary

An photo editor app which focused on parents who want to edit their babies with cute stickers and other stuff!


/project-images/baby-photo/ss.webp

Download

GooglePlay AppStore figma

My Roles

  • UI/UX Designer - [Figma]
  • Mobile App Developer - [Flutter]

Highlighted App Features

  • Localization
  • Photo Filters
  • Photo Manipulating - Brightness, Exposure, Contrast..
  • Photo Transforming - Cropping, Rotating, Mirroring..
  • Adding Personalized Texts on Image
  • Adding Cute Stickers on Image
  • Pre-made Ready to Use Templates
  • Undo/Redo Support
  • Image Compression Support
  • Collage - Brings the Photos Together.

Technical Features

Some Notes

There were lots of challenges in this app but we overcame all of them successfully!

Such as;

Nested Bottombar

  • Every bottombar item have their own stack and they had to work together in harmony for sure!

Undo/Redo System

  • While editing the image, App use very different approaches to edit for every features like adding stickers, manipulating the image, or adding filters..

Slow Image Manipulating

  • Dart’s official image library was too slow to perform image manipulating operations. we had to take care of it carefully for the sake of high performance.

Adding Customizable Stickers and Texts on the image

  • There was no good package for it. We had to make it from scratch using basic features like drag and drop, and transform..

Collage photos and pre-made templates

  • They requires a bit math and some adaptive design techniques ^^"