Skip to content

Commit 5920f88

Browse files
committed
Update CHANGELOG.md and pubspec.yaml for version 0.1.2 release. Removed AppChangeType.enabled and AppChangeType.disabled enum values due to lack of implementation, and added new APIs: openAppSettings, uninstallApp, and getInstallerStore. Updated documentation to reflect supported event types.
1 parent 621d5e7 commit 5920f88

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
## 0.1.0
2-
- Initial release of platform interface for flutter_device_apps
3-
- Defines AppInfo, AppChangeEvent, and FlutterDeviceAppsPlatform contract
1+
## 0.1.2
2+
- **BREAKING**: Removed `AppChangeType.enabled` and `AppChangeType.disabled` enum values
3+
- These event types were defined but never implemented in the Android platform, causing confusion
4+
- Only `AppChangeType.installed`, `AppChangeType.removed`, and `AppChangeType.updated` are now supported
5+
- Updated `_parseType` method to only handle the three implemented event types
6+
- Updated documentation comments to reflect actual supported event types
7+
- Added new API: `openAppSettings(String packageName)` to open system app settings screen
8+
- Added new API: `uninstallApp(String packageName)` to launch the system uninstall UI
9+
- Added new API: `getInstallerStore(String packageName)` to retrieve the installer package name (e.g., Play Store)
410

511
## 0.1.1
6-
- Update pubspec.yaml to bump version to 0.1.1 and upgrade lints dependency to version 6.0.0.
12+
- Update pubspec.yaml to bump version to 0.1.1 and upgrade lints dependency to version 6.0.0.
13+
14+
## 0.1.0
15+
- Initial release of platform interface for flutter_device_apps
16+
- Defines AppInfo, AppChangeEvent, and FlutterDeviceAppsPlatform contract

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_device_apps_platform_interface
22
description: Platform-agnostic API contract for flutter_device_apps (federated).
3-
version: 0.1.1
3+
version: 0.1.2
44
repository: https://github.com/okmsbun/flutter_device_apps
55
issue_tracker: https://github.com/okmsbun/flutter_device_apps/issues
66
topics:

0 commit comments

Comments
 (0)