Tag: flutter

  • Change Android minSdkVersion (flutter.minSdkVersion) in Flutter 

    Sometimes when you add the packages, you may face an issue that asks you to increase the Android minSdkVersion. This happens because the plugin requires a higher android sdk version for projects that were created. To change Android minSdkVersion in Flutter for the project, you have to make changes in the local.properties file and then…