Dev-hwang / flutter_activity_recognition

This plugin is used to recognize user activity on Android and iOS platforms.
https://pub.dev/packages/flutter_activity_recognition
MIT License
12 stars 13 forks source link

Not working on Android 14 please update the package #5

Open akhileshgoswami opened 6 months ago

akhileshgoswami commented 6 months ago

Not working on Android 14 please update the package

Rumbel commented 6 months ago

Hello @akhileshgoswami, I too ran into some problems with the package and wasnt sure if it has something to do with the OS version. Could you please elaborate the problem that you ran into a litte bit so i can see if i am right in this Issue? Thank you.

shirishwaytoweb commented 5 months ago

release APK not getting activity on android 14 any solution for that

thorito commented 2 months ago

I'm using android 14 and it doesn't work.

Any ideas?

fuadarradhi commented 3 weeks ago

any update on this @Dev-hwang

Dev-hwang commented 1 week ago

upgrade to the latest version.

and, set targetSdkVersion to 34 in app/build.gradle.

defaultConfig {
    applicationId "com.pravera.flutter_activity_recognition_example"
    minSdkVersion 21
    targetSdkVersion 34
    versionCode flutterVersionCode.toInteger()
    versionName flutterVersionName
}