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

pub get 警告 ### Contact _No response_

![alt text](https://i.ibb.co/kqT2nR5/Captura-de-Tela-2022-10-10-a-s-14-31-11.png) dyld: Library not loaded: @rpath/flutter_image_compress.framework/flutter_image_compress Referenced from: /var/containers/Bundle/Application/759EEF0D-37C4-4BC2-A928-992890B18DDF/Runner.app/Runner Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/759EEF0D-37C4-4BC2-A928-992890B18DDF/Runner.app/Frameworks/flutter_image_compress.framework/flutter_image_compress: missing LC_DYLD_INFO load command /private/var/containers/Bundle/Application/759EEF0D-37C4-4BC2-A928-992890B18DDF/Runner.app/Frameworks/flutter_image_compress.framework/flutter_image_compress: missing LC_DYLD_INFO load command /private/var/containers/Bundle/Application/759EEF0D-37C4-4BC2-A928-992890B18DDF/Runner.app/Frameworks/flutter_image_compress.framework/flutter_image_compress: missing LC_DYLD_INFO...

### Platforms iOS ### Description You need to add PrivacyInfo.xcprivacy file following the new apple policy. ### Why Refer link: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

### Version ^2.2.0 ### Platforms Android ### Device Model Xiaomi Mi lite 5g ### flutter info ```sh Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel...

### Platforms dart, Android, iOS ### Description I have the following Podfile for my project: ``` target 'WidgetGroupExtension' do use_frameworks! use_modular_headers! pod 'GoogleUtilities' pod 'Firebase' # Add the Firebase pod...

Migrate web plugin from the `js` package to `js_interop` and migrate `dart:html` to `package:web`.

Hi maintainers of flutter_image_compress! I'd like to request android plugin flutter_image_compress_common to be bumped to compileSdk 34. Currently flutter_image_compress_common is compiled against Android SDK 31, which results in this SDK...

Currently, if pica is not included in the HTML we get `null is not subtype of Function` which might not be clear to new users.