Flutter Flustered – Upgrading Gradle, Kotlin, SDKs and NDK

We take a look at some of the ways you can upgrade your Gradle, Kotlin, SDKs and NDK versions in your Flutter app, with Android Studio

The versions used in this tutorials are as follows:

  • Android Studio: Android Studio Iguana | 2023.2.1 Patch 2 (April 2024)
  • Flutter: 3.19.6 • channel stable (April 2024)
  • Kotlin: Upgrading from 1.7.0 to 1.9.23
  • Gradle Plugin: Upgrading from 7.3.0 to 8.3.2
  • Gradle: Upgrading from 7.6.3 to 8.4

Read More