flutter_image_compress icon indicating copy to clipboard operation
flutter_image_compress copied to clipboard

flutter image compress

Results 108 flutter_image_compress issues
Sort by recently updated
recently updated
newest added

### Platforms dart, Android, iOS ### Description I guess I've misunderstood how the dimenstions work. Normally these compression APIs try to avoid cropping and changing ratio of original, but this...

After importing this package, it shows this error when debugging and compliing: ![be9e0fee761c5027a864bdfdf475a172](https://user-images.githubusercontent.com/24520036/196019564-8179d9af-6e56-47d2-951a-2be635937578.jpg) Actually, I did execute `flutter clean` and `pod install --repo-update`, but also not works. And, the error...

### Platforms Windows, Linux ### Description Two major plaforms are missing the implementation of compressing image via `Uint8List` or actual `file`. `Image.memory()` isn't efficient in dealing with larger number of...

### Version 2.1.0 ### Platforms iOS ### Device Model all devices ### flutter info ```sh Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.16.5,...

### Platforms Windows ### Description I dont see the platform being supported, why is so ? what do we need to get us started with the windows implementation? ### Why...

### Platforms dart, Android, iOS, macOS, Web, Windows, Linux ### Description Return the path to the compressed cache file instead of the Uint8List. At the moment, the compression creates a...

### Version version in pub.dev ### Platforms dart, Android ### Device Model All Models tested ### flutter info ```sh [✓] Flutter (Channel stable, 3.16.5, on Ubuntu 22.04.3 LTS 6.1.0-1027-oem, locale...

### Content I am using the following method to load an image which I want to draw on a canvas. However I always get the error message "Error: UnimplementedError" for...

### Platforms Android, iOS ### Description A new method that will take an input image, and take a req height and width as input and return a new image with...

### Version 2.0.3 ### Platforms dart ### Device Model emulator ### flutter info ```sh /data/user/0/com.example.new_app/cache/43e263ae-5d36-4e92-8d71-eb39f929ea257380969216658532980.jpg E/flutter ( 5143): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:flutter_image_compress_platform_interface/src/validator.dart': Failed assertion: line 23 pos 9: '(name.endsWith('.jpg') ||...