nisrulz / flutter-examples

[Examples] Simple basic isolated apps, for budding flutter devs.
https://nisrulz.com/flutter-examples/
Apache License 2.0
6.91k stars 1.66k forks source link

Example Request: Image Editor App #74

Closed Gourav2000 closed 10 months ago

Gourav2000 commented 3 years ago

Hey Nishant,

I would like to contribute in this repo and work on this if its available.

nisrulz commented 3 years ago

Thank you for showing interest to contribute to this repo.

Could you provide details around

As long as you keep it highly focused and simple (split in files) for beginners I think you are good.

Gourav2000 commented 3 years ago

Bascally i plan on adding two features to the app..

1- An Image cropping activity , where one can edit the image size, aspect ratio, rotation, zoom. 2- An image filter activity, where one can apply various photo filters to the image.

the packages i plan on using are- 1.image cropper-https://pub.dev/packages/image_cropper 2.image filter-https://pub.dev/packages/photofilters 3.gallery saver(to save the edited image in gallery )-https://pub.dev/packages/gallery_saver,

nisrulz commented 3 years ago

Make sure to have the correct package name. Check contribution guidelines. Also make sure each functionality is split into proper files. This way it is easier to understand for beginners who come to this repo. Adding comments is appreciated.

Gourav2000 commented 3 years ago

I have opened the PR and will be eagerly waiting for your review.

nisrulz commented 10 months ago

PR #75 was merged. Closing.