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
c-s-P - Command Palette
Command Palette:
Pubspec Assist : adds packages to pubspec.yaml
Terminal commands
flutter pub get - gets packages
Min version too low
Update android/app/build.gradle:
defaultConfig {
applicationId "com.example.zim_term"
minSdkVersion 18
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}