android_long_task icon indicating copy to clipboard operation
android_long_task copied to clipboard

Refactor: Update dependencies and configuration to work with Android 35+

Open 2math opened this issue 8 months ago • 0 comments

  • 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.

2math avatar Apr 25 '25 10:04 2math