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

### Version 1.1.3 ### Platforms iOS ### Device Model iPhone 13 Pro Max(iOS 15.6.1) ### flutter info ```sh Flutter 2.10.5 ``` ### How to reproduce? From Crash analysis ### Logs...

Now this package will support wasm 🥳🥳🥳

### Platforms Web ### Description I've read the Web section on README, and I've already added `` in `web/index.html`. It runs well in my local including IOS and also web....

I'm getting an error when using the CompressWithFile function. ``` compressedImage = await FlutterImageCompress.compressWithFile( file.path, minWidth: targetSize.width.toInt(), minHeight: targetSize.height.toInt(), quality: quality, format: CompressFormat.jpeg, ); ```

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.5.0 to 0.18.0. Commits 3bbf4a6 tiff: Validate palette indices when parsing palette-color images 6c5fa46 go.mod: update golang.org/x dependencies 55c4ab6 go.mod: update golang.org/x dependencies 0057a93 tiff: fix function...

category: dependencies

### Platforms iOS ### Description UIGraphicsBeginImageContext was deprecated on iOS 17 and is causing some crashes like the bellow: ![Screenshot 2024-06-25 at 12 25 54](https://github.com/fluttercandies/flutter_image_compress/assets/7611463/2b4efe8d-4dee-4b0e-8491-f97e1813ae43) [This is the file it...

### Version 2.3.0 ### Platforms Web ### Device Model Chrome ### flutter info ```sh [✓] Flutter (Channel stable, 3.22.2, on macOS 13.6.4 22G513 darwin-x64, locale es-419) • Flutter version 3.22.2...

### Version 2.1.0 ### Platforms iOS ### Device Model all iOS devices ### flutter info ```sh [✓] Flutter (Channel stable, 3.19.6, on macOS 14.5 23F79 darwin-arm64, locale en-UA) • Flutter...