appName property

String appName
final

The app name.

  • CFBundleDisplayName on iOS and macOS, falls back to CFBundleName. Defined in the info.plist and/or product target in xcode.
  • application/label on Android. Defined in AndroidManifest.xml or String resources.
  • app_name from version.json on Web. Defined in the manifest.json.
  • app_name from version.json on Linux. Defined in the CMakeLists.txt file.
  • ProductName from the compiled executable file on Windows. Defined in the Runner.rc file.

Implementation

final String appName;