I have noticed that some of my apps that I created in flutter has settings_aar.gradle and some only settings.gradle on the appName/android folder , I tried to check online but cant find to know the answer. Thanks
I have noticed that some of my apps that I created in flutter has settings_aar.gradle and some only settings.gradle on the appName/android folder , I tried to check online but cant find to know the answer. Thanks
settings_aar.gradle is for AndroidX migration.
For older flutter version without AndroidX a long message should appear in CLI stdout when building the app after upgrade to newer flutter version