packageName property

String packageName
final

The package name.

  • bundleIdentifier on iOS and macOS. Defined in the product target in xcode.
  • packageName on Android. Defined in build.gradle as applicationId.
  • package_name from version.json on Web and Linux Generated by Flutter.
  • InternalName from the compiled executable file on Windows. Defined in the Runner.rc file.

Implementation

final String packageName;