font_awesome_flutter
font_awesome_flutter copied to clipboard
Migrate Android build to AGP 8.6.0, Kotlin 2.1.0, Gradle 8.8
This PR updates the Android build configuration to the latest Flutter-compatible standards and resolves build issues in the example app.
Updated build.gradle to use modern Flutter plugin setup. Migrated AGP to 8.6.0 and Gradle wrapper to 8.8. Updated Kotlin to 2.1.0. Removed deprecated buildscript blocks. Added pluginManagement for Flutter loader.