ApplicationWithIcon class
If the includeAppIcons
attribute is provided, this class will be used.
To display an image simply use the Image.memory
widget.
Example:
Image.memory(app.icon)
- Inheritance
- Object
- Application
- ApplicationWithIcon
Properties
- apkFilePath → String
-
Full path to the base APK for this application
final, inherited
- appName → String
-
Displayable name of the application
final, inherited
- category → ApplicationCategory
-
The category of this application
The information may come from the application itself or the system
final, inherited
- dataDir → String
-
Full path to the default directory assigned to the package for its
persistent data
final, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- icon → Uint8List
-
Icon of the application to use in conjunction with
Image.memory
read-only - installTimeMillis → int
-
The time at which the app was first installed
final, inherited
- packageName → String
-
Name of the package
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- systemApp → bool
-
Whether the application is installed in the device's system image
An application downloaded by the user won't be a system app
final, inherited
- updateTimeMillis → int
-
The time at which the app was last updated
final, inherited
- versionCode → int
-
Unique version id for the application
final, inherited
- versionName → String
-
Public name of the application (eg: 1.0.0)
The version name of this package, as specified by the
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
openApp(
) → Future< bool> -
inherited
-
openSettingsScreen(
) → Future< bool> -
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited