open ~/Library/flutter/packages/flutter_tools/gradle/flutter.gradle

 

 

/** For apps only. Provides the flutter extension used in app/build.gradle. */
class FlutterExtension {
    /** Sets the compileSdkVersion used by default in Flutter app projects. */
    static int compileSdkVersion = 33

    /** Sets the minSdkVersion used by default in Flutter app projects. */
    static int minSdkVersion = 16

    /** Sets the targetSdkVersion used by default in Flutter app projects. */
    static int targetSdkVersion = 33
    
    // ...
}

 

'Flutter' 카테고리의 다른 글

웹뷰에서 외부 앱 실행하는 방법 (URL Scheme)  (0) 2023.07.20

+ Recent posts