Skip to main content

App Package Info

App Package Info

Use this component to get package information about the app, such as Versioning, Build name, app name, or device theme.

To get started using it, you must use KmpAppInfo. All functions are thread safe and main thread safe.

Below are the functions available:


_5
fun getPackageName(): String
_5
fun getPackageVersion(): String
_5
fun getPackageVersionCode(): Int
_5
fun getPackageMinOS(): Int
_5
fun getSystemThemeMode(): AppDeviceTheme

Any Setup Required?

None