flutter_image_compress icon indicating copy to clipboard operation
flutter_image_compress copied to clipboard

[Bug report] MissingPluginException(No implementation found for method compressWithFileAndGetFile on channel flutter_image_compress)

Open brentonjackson opened this issue 11 months ago • 1 comments

Version

2.4.0

Platforms

Android, iOS

Device Model

iPhone 16 Pro Max, Google Pixel 6

flutter info

[✓] Flutter (Channel stable, 3.27.2, on macOS 15.0.1 24A348 darwin-arm64, locale en-US)
    • Flutter version 3.27.2 on channel stable at /Users/.../flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 68415ad1d9 (3 weeks ago), 2025-01-13 10:22:03 -0800
    • Engine revision e672b006cb
    • Dart version 3.6.1
    • DevTools version 2.40.2

[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
    • Android SDK at /Users/.../android-sdk/
    • Platform android-35, build-tools 35.0.0
    • ANDROID_HOME = /Users/.../android-sdk/
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 16.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 16C5032a
    • CocoaPods version 1.16.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2023.2)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)

[✓] VS Code (version 1.96.4)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.102.0

[✓] VS Code (version 1.61.1)
    • VS Code at /Users/.../Downloads/Visual Studio Code.app/Contents
    • Flutter extension version 3.102.0

[✓] Connected device (5 available)
    • sdk gphone64 arm64 (mobile)     • emulator-5554                        • android-arm64  • Android 15 (API 35) (emulator)
    • iPhone 16 Pro Max (mobile)      • 7CCB510D-C9F0-4675-ADA3-54E331C224EE • ios            • com.apple.CoreSimulator.SimRuntime.iOS-18-2 (simulator)
    • macOS (desktop)                 • macos                                • darwin-arm64   • macOS 15.0.1 24A348 darwin-arm64
    • Mac Designed for iPad (desktop) • mac-designed-for-ipad                • darwin         • macOS 15.0.1 24A348 darwin-arm64
    • Chrome (web)                    • chrome                               • web-javascript • Google Chrome 132.0.6834.160
    ! Error: Browsing on the local area network for iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
      The device must be opted into Developer Mode to connect wirelessly. (code -27)

[✓] Network resources
    • All expected network resources are available.

• No issues found!

How to reproduce?

call FlutterImageCompress.compressAndGetFile

Logs


Example code (optional)


Contact

No response

brentonjackson avatar Feb 05 '25 00:02 brentonjackson

cd ios pod install

they need to update the readme

dcrebbin avatar Apr 26 '25 19:04 dcrebbin