wonjerry/flutter_wifi_connector

the android gradle plugin supports only kotlin gradle plugin version 1.3.40 and higher.

Opened this issue · 15 comments

using version: 2.0.0
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.40 and higher.
The following dependencies do not satisfy the required version:
project ':wifi_connector' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31

Fixed with #20

ozayr commented

currently getting same error, not fixed

ikwabe commented

Got the same error..
Screenshot 2023-03-09 at 10 42 31

I also got the same error

Is this error solved?

Screenshot 2023-08-17 at 7 45 29 PM

Getting Same Error
@vanlooverenkoen Have you got any solution of this kotlin version error.

The kotlin version of this package should be updated

@vanlooverenkoen, do you have an alternative option available? I require a package like this urgently.

Go the an older flutter version.

Or update the package

That are the 2 options I think

@vanlooverenkoen, I'm currently on version 3.7.1 and unable to perform a downgrade. The package itself hasn't been updated for about 11 months. I've explored other available packages, but unfortunately, none of them have been of assistance. Most of the alternative packages I've come across have been discontinued.
@Wingge @ozayr @ikwabe @rupam2001

I had the same issue, the only option would be to fork it and fix it yourself I guess

Thank you for your time, @vanlooverenkoen. I'll attempt to resolve the issue and, if successful, I'll submit a pull request. However, I'm concerned that I might not have enough time to solve this. I'll explore the possibility of using native methods and conduct some research to see if they could work as an alternative solution.

You can always use your own git ref, that is what I did

abarke commented

Opened a simple PR to resolve this issue #26

kbot commented

it's annoying to have a fork for something this simple, can you please merge abarke's PR??