flutter_image_editor
flutter_image_editor copied to clipboard
Google Snapseed UI, color picker, crop image... clone.
Flutter Image Editor
Start date: 30 Jan 2021
Homescreen:
I did build my own widget include bottom nav, bottom sheet...

Tune
For this tune widget, I use the primaryDelta that return from Gesture Detector to calculate the min, mix drag and current tune type on Vertical drag, calculate that value at that AppBar of each on Horizontal drag.

Color Picker
For picking color from Image, I found the code from roipeker.com, here is his info on the code:
// 2019, roipeker.com
// screencast - demo simple image:
// https://youtu.be/EJyRH4_pY8I
//
// screencast - demo snapshot:
// https://youtu.be/-LxPcL7T61E

Crop Image
To crop image, I use image_crop: ^0.3.4.
