I'm currently building an Android app natively that has the functionality to take a photo and edit it right away (crop and rotate). Recently I heard of flutter and I'm interested in it, and I wonder if there's any way to do the same thing with what I've done natively using this library.
Asked
Active
Viewed 283 times
0
-
I'm pretty sure there is a similar question with answers already – Günter Zöchbauer May 19 '18 at 05:47
-
@GünterZöchbauer i've been searching and found no answers – Septian Dwi Indradi May 19 '18 at 05:58
-
Have you looked at: https://flutter.io/platform-channels/ – Morrison Chang May 19 '18 at 06:05
-
https://stackoverflow.com/questions/44665720/how-do-i-crop-an-image-in-flutter/44665742#44665742 – Günter Zöchbauer May 19 '18 at 06:21
-
@MorrisonChang ah i didn't knew about that yet, thanks! – Septian Dwi Indradi May 19 '18 at 07:15
-
@GünterZöchbauer i've seen that one, and it's different from my case, thanks btw – Septian Dwi Indradi May 19 '18 at 07:16
-
1Asking for library recommendations is off-topic on Stack Overflow – Zoe May 19 '18 at 15:12
-
@Zoe Well first I'm sorry if my question is off-topic, it's my first question I asked on Stack Overflow and I didn't know about that, and actually I'm not just asking for library, I asked if there's any way to do that with flutter – Septian Dwi Indradi May 19 '18 at 16:22
-
@SeptianDwiIndradi then you need to rephrase your question: `Recently I heard of flutter and I'm interested in it, and I wonder if there's any **packages or something that can do the same thing with what I've done natively using this library**` – Zoe May 19 '18 at 16:27
-
Possible duplicate of [How do I crop an image in Flutter?](https://stackoverflow.com/questions/44665720/how-do-i-crop-an-image-in-flutter) – Günter Zöchbauer Jun 22 '18 at 15:32