image_gallery_saver icon indicating copy to clipboard operation
image_gallery_saver copied to clipboard

Support Flutter 3.0.0

Open augusting52 opened this issue 2 years ago • 1 comments

change kotlin verison from 1.3.72 to 1.5.31

augusting52 avatar Sep 06 '22 12:09 augusting52

https://developer.android.com/studio/releases/gradle-plugin#min-kotlin-version 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_gallery_saver' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72

asaarnak avatar Sep 16 '22 13:09 asaarnak

as a quick fix : https://github.com/hui-z/image_gallery_saver/issues/220#issuecomment-1291778299

Add to your pubspec.yaml

dependency_overrides:
  image_gallery_saver:
    git:
      url: https://github.com/hui-z/image_gallery_saver
      ref: master

carlosetorresm avatar Feb 11 '23 03:02 carlosetorresm

Can we use kotlin version 1.8.10?

palenik-martin avatar Apr 17 '23 04:04 palenik-martin

update kotlin_version = '1.7.10'

woodwen avatar Jul 17 '23 06:07 woodwen