YoussefKababe / pinch_zoom_image

A widget that makes picture pinch zoom, then return back to initial size and position when released.
https://pub.dartlang.org/packages/pinch_zoom_image
ISC License
52 stars 53 forks source link

Error Kotlin Gradle plugin version #2

Closed jacobaraujo7 closed 5 years ago

jacobaraujo7 commented 5 years ago

Hello.

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'pinch_zoom_image' is using version 1.2.30.

Please, upgrade package to Flutter v0.9.4. Thanks

YoussefKababe commented 5 years ago

Hi there! How did you get that error? This package was indeed generated with Flutter v0.9.4. I tried to generate a new one and it has the same Kotlin plugin version (1.2.30). Should we just upgrade the Kotlin version in build.gradle?

YoussefKababe commented 5 years ago

Flutter 0.10.2 was just released and I upgraded the plugin to it. Problem seems to be solved now!