fluttercandies / flutter_image_editor

Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Apache License 2.0
407 stars 124 forks source link

[Bug report] Adapt for Flutter 3.10.5 #114

Closed DennisJu007 closed 1 year ago

DennisJu007 commented 1 year ago

Version

1.3.0

Platforms

dart, Android

Device Model

one plus 8T(Android12)

flutter info

Doctor summary (to see all details, run flutter doctor -v):
[!] Flutter (Channel stable, 3.10.5, on macOS 12.3.1 21E258 darwin-x64, locale en-US)
    ! Warning: `dart` on your path resolves to /usr/local/Cellar/dart/2.18.1/libexec/bin/dart, which is not inside your current Flutter SDK checkout at /Users/juxiao/fvm/versions/3.10.5. Consider adding
      /Users/juxiao/fvm/versions/3.10.5/bin to the front of your path.
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.2)
[✓] Android Studio (version 2022.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2023.1.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2023.1.1)
[✓] VS Code (version 1.76.2)
[✓] Connected device (3 available)
[✓] Network resources

How to reproduce?

update flutter :3.10.5 gradle congif: distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip classpath 'com.android.tools.build:gradle:7.3.1'

Logs

* What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':image_editor' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30

Example code (optional)

No response

Contact

No response