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