Flutter Develop

iPhone connected but no device.  

Fix .  Hint, using finder to get to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ ,  control click on the xcode app and select view package contents.

VSCode hints

Command Palette:

Terminal commands


Update android/app/build.gradle:

defaultConfig {

        applicationId "com.example.zim_term"

        minSdkVersion 18

        targetSdkVersion flutter.targetSdkVersion

        versionCode flutterVersionCode.toInteger()

        versionName flutterVersionName

    }