mcrovero / flutter_interactive_keyboard

More on https://medium.com/@mattia_crovero/interactive-keyboard-in-flutter-5d7ac6ee096b
BSD 2-Clause "Simplified" License
53 stars 26 forks source link

Cannot build project when adding plugin to dependencies #7

Closed Sandrichka22 closed 4 years ago

Sandrichka22 commented 4 years ago

When adding the:

flutter_interactive_keyboard: ^0.1.1

to dependencies, the build fails with the following error:


The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher.
The following dependencies do not satisfy the required version:
project ':flutter_interactive_keyboard' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71
david-shortman commented 4 years ago

The latest version of the code does is not published to pub. You can try using the latest version published on GitHub using this in your pubspec.yml:

flutter_interactive_keyboard:
    git:
      url: https://github.com/mcrovero/flutter_interactive_keyboard.git
      ref: master
david-shortman commented 4 years ago

The latest version of the code has now been published to Pub. Closing this issue until the problem is reproduced in latest version.