RivaanRanawat / instagram-flutter-clone

Responsive Instagram Clone developed with Flutter & Firebase
https://youtu.be/BBccK1zTgxw
858 stars 474 forks source link

flutter.compileSdkVersion question #2

Closed dyardy closed 2 years ago

dyardy commented 2 years ago

In the android/app/build.gradle you refernced flutter.compileSdkVersion (this appears to be read from somewhere else?, how/where is the compileSdkVersion set?)

Likewise you referenced flutter.targetSdkVersion (where does this come from?)

dyardy commented 2 years ago

new approach with 2.8 flutter

ugyen-chophel commented 2 years ago

It is referenced from flutter.gradle file from _$FLUTTER_ROOT/packages/fluttertools/gradle/flutter.gradle

$FLUTTER_ROOT = Root directory of Flutter SDK flutter gradle