flutter_notification_listener icon indicating copy to clipboard operation
flutter_notification_listener copied to clipboard

Can you update the gradle version?

Open crucifyer opened this issue 3 years ago • 2 comments

I newly installed android studio flutter, but I get a version 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 ':flutter_notification_listener' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

Thanks for making a great plugin.

crucifyer avatar Dec 07 '22 12:12 crucifyer

I modified the version number in the build.gradle file and tested it. AndroidManifest.xml The android:exported="true" attribute is now required in the service tag. I haven't made an app yet, so I haven't checked whether it's possible to set it to false.

crucifyer avatar Dec 07 '22 12:12 crucifyer

@crucifyer Hi, I will check it in few days, you can clone this repo to your local directory and change it by your self.

dependencies:
   flutter:
     sdk: flutter
   flutter_notification_listener:
     path: YOUR_LOCAL_PATH

jiusanzhou avatar Dec 15 '22 10:12 jiusanzhou