September 2019
Beginner
512 pages
12h 52m
English
In the General tab of the Runner project, we can edit the application Display Name, which is the name of our app. We similarly set the Android name Hands On: Favors app and set the Bundle ID to com.biessek.handson.favorsapp.
Note also the Version and Build values; they are similar to version name and version code in Android respectively. For each upload to App Store, be it Store or TestFlight, we need to increase the version value in the pubspec.yaml file.
In the Deployment Target, we can set the minimum required iOS version, 8.0, by default—the minimum version Flutter supports.
Read now
Unlock full access