vidur06 / flutter_image_editor

Google Snapseed UI, color picker, crop image... clone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Google Snapseed UI, color picker, crop image... clone.


Languages

Language:Dart 98.4%Language:Ruby 1.1%Language:Swift 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%