Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.11 KB

Flutter Image Editor

Start date: 30 Jan 2021

Homescreen:

I did build my own widget include bottom nav, bottom sheet...

btn

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.

btn

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

btn

Crop Image

To crop image, I use image_crop: ^0.3.4.

btn