android_long_task
android_long_task copied to clipboard
Refactor: Update dependencies and configuration to work with Android 35+
- Update Flutter SDK constraints to allow Flutter 3.x.x and updated dependencies.
- Add .fvmrc for Flutter version management to indicate that currently is tested and working with Flutter 3.27.3
- Update Android Gradle version to use the new Gradle Plugin DSL.
- compileSdk = 35
- gradle-8.3-all
- Kotlin 1.8.22
- Shown in example app how to replace library service with specific foreground service type and add the related permission.