Chooyan

Results 78 comments of Chooyan

@ajmal110 Hi, thank you for your feedback. Can you provide your `pubspec.yaml` and the result of `flutter doctor`?

@PTLam25 @ShineYang Hi, thank you for the issue. I guess `_CropEditor` needs proper `dispose()` method. Wait for update or I'll appreciate your pull requests if you have an idea to...

@luciano-cervantes Hi, thank you very much for your PR! As I have few time to maintain this package, I've now started to check the PR. As long as reading your...

@PTLam25 Thank you for the feedback. @vixez Thank you for your PR! I'll check this.

@rikai-trongpq Hi, thank you for your feedback. That function is to read given image data of `Uint8List` and convert to `Image` object which has width and height of raw image....

@krishna1931 Hi. Thank you for your feedback! Unfortunately, crop_your_image currently does not provide the feature to rotate or flip. If you can detect what angle to rotate or flip programmatically,...

@kiaxseventh Thank you for reporting this issue. I'm afraid that it may take longer than solving other bug-fixes as I'm not familiar with Flutter web and need trials & errors....

@yasinarik Thank you for your nice feedback! I like your idea of panning & zooming images with fixed box. I'll challenge this feature for the next update.

@yasinarik Finally the feature is experimentally added to `Crop` widget from `0.7.0` update. PR is #62 . Try `interactive` parameter to enable panning and zooming, and `fixArea` parameter to fix...

Thank you for your feedback. I'll check this. Unfortunately crop_your_image is not well tested at Web Platform as I'm not familiar with Web. For now, can you check the issue...