appcare_flutter library
An all-in-one Flutter utility package for app maintenance and user engagement using RAW CODE ONLY.
Classes
- AppBaseInfo
- Detailed information about the app package.
- AppCare
- Main entry point for the AppCare utility package.
- AppcareFlutterLinux
-
Stub registration class for Linux on platforms without
dart:io. - AppcareFlutterMacOS
-
Stub registration class for macOS on platforms without
dart:io. - AppcareFlutterWindows
-
Stub registration class for Windows on platforms without
dart:io. - AppLaunchInfo
- Information about application launch state and session uptime.
- AppUpdateInfo
- Info about the app update availability.
- BatteryInfo
- Information about device battery level and charging state.
- DeviceInfo
- Information about the device hardware and operating system.
- GeoLocation
- Geographical coordinates representing a latitude and longitude point.
- StorageInfo
- Information about device storage space.
- UpgradeAlert
- A wrapper widget that automatically checks for app updates on launch and presents an alert dialog when an update is available.
- UpgradeCard
- A card widget displaying app version status and update prompt, suitable for embedding inside Settings or Profile screens.
Enums
- HapticType
- Types of haptic vibration feedback.
- NetworkType
- Network connectivity type enumeration.
- ScreenOrientation
- Supported screen orientations.
- ThermalStatus
- Operating system thermal state status.
- UpgradeDialogStyle
- Style options for the upgrade dialog UI.