yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
106 stars 117 forks source link

Added "controlsBackgroundColor" and fixed the Android example #37

Closed SmearyQuill closed 1 year ago

SmearyQuill commented 2 years ago

So first of all i'm sorry if i'm doing something wrong, it's my first time on contributing to a repo but i'm willing to help or do anything to make this easier.

About the changes, i added the field "controlsBackgroundColor" to all of the constructors, a simple thing but if this goes well i'm planning on keep contributing to this repo, i would really appreciate any advice.

Also i made another example, it just loads an image for editing using image_picker package, there were a lot of problems about migration but i think is fixed now. The example is just a full screen button that shows a ImagePicker, then a ImagePainter allows editing. The black background color was achieved by simple using a Stack, where the bottom buttons are also placed.

341b19a0-1987-4046-a609-56ea81c95992 7d2dd726-9a1c-463b-9162-3f58751b5543 (1)

erluxman commented 2 years ago

Can you please make separate PRs for example and backgroundColor's control?

Right now it has 80 files changed and 3200 LOC added, its quite hard to make sense of

kunalgharate commented 1 year ago

is this changes available in image_painter: ^0.4.6 ?

SmearyQuill commented 1 year ago

is this changes available in image_painter: ^0.4.6 ?

i don't think so but you can check my fork, i did some changes to fit my personal needs, i did some visual changes and changed the zoom behaviour