How to change Flutter Android minSdkVersion, TargetSdkVersion in Flutter Project

preview_player
Показать описание
#flutter #android #fluttersdk #androidsdk

This above step will apply to current flutter project where you are changing minSdkVersion or TargetSdkVersion

_______________________________________________
Comment below for any queries 😀
Follow and support me:

Be sure to ask for help in the comments if you need any. Suggestions for future Flutter tutorials are also very welcome! :)

For mobile application development keep learning freely from proto coders point
Рекомендации по теме
Комментарии
Автор

After the update, if you check the file shown in the video, you'll find a message indicating that the old method of applying Flutter's Gradle plugin is deprecated. The file (and its variables like "minSdkVersion", and "targetSdkVersion") has been moved to a new location: (you can see them in lines 45-56).

For example:

TIP: To update the targetSdkVersion for Google's new API level requirements, run "flutter upgrade" in your project's terminal. This will also update "compileSdkVersion", "minSdkVersion", and "targetSdkVersion".

ilgalghi.developer
Автор

Thank you for the wonderful video bro it is very helpful for me and my team, Thanks again bro

pravinprince
Автор

Will it work if I define minSdk version in build.gradle file directly?

rezwansaki
Автор

is there anyway make flutter app run on api 19 (android 4.4.2)

Mohamed.Allam
welcome to shbcf.ru