fweinaug / system_settings

Flutter plugin to open system settings on iOS and Android
https://pub.dev/packages/system_settings
MIT License
11 stars 68 forks source link

gradle version problem #25

Open samikodiane opened 1 year ago

samikodiane commented 1 year ago

whenever i try to build the app it shows me this error :

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 ':system_settings' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

tim-isonsolutions commented 1 year ago

Could you provide a rough ETA so we can make our plans?

Thanks!

shrijanRegmi commented 1 year ago

Having same issue

darkstarx commented 11 months ago

@fweinaug there is the real problem since the latest flutter sdk is already on kotlin gradle plugin 1.7.10, and we unable to build our projects with this dependency.

AmirALMOHAMED commented 8 months ago

you can use the package @tim-isonsolutions @shrijanRegmi @tim-isonsolutions @darkstarx system_settings

darkstarx commented 8 months ago

you can use the package @tim-isonsolutions @shrijanRegmi @tim-isonsolutions @darkstarx system_settings

Thanks, but I have no access to the package by this link. I finally prefer this one https://pub.dev/packages/open_settings_plus

AmirALMOHAMED commented 8 months ago

I see it is a private repo so i upload it to github, you can check and use until I can publish it to pub.dev. Thanks https://github.com/AmirALMOHAMED/system_settings_plus

Pranavmaid commented 6 months ago

This issue still exists