So I'm building an application with flutter 3.0.5 How can I know what versions of IOS and Android my application will run on? and how can I change them
CodePudding user response:
For Android minSdkVersion
in build.gradle, see Reviewing the Gradle build configuration for details.
For iOS iOS Deployment Target
in Build Settings, see Review Xcode project settings for details.