flutter_device_apps_platform_interface 0.1.2 copy "flutter_device_apps_platform_interface: ^0.1.2" to clipboard
flutter_device_apps_platform_interface: ^0.1.2 copied to clipboard

Platform-agnostic API contract for flutter_device_apps (federated).

0.1.2 #

  • BREAKING: Removed AppChangeType.enabled and AppChangeType.disabled enum values
  • These event types were defined but never implemented in the Android platform, causing confusion
  • Only AppChangeType.installed, AppChangeType.removed, and AppChangeType.updated are now supported
  • Updated _parseType method to only handle the three implemented event types
  • Updated documentation comments to reflect actual supported event types
  • Added new API: openAppSettings(String packageName) to open system app settings screen
  • Added new API: uninstallApp(String packageName) to launch the system uninstall UI
  • Added new API: getInstallerStore(String packageName) to retrieve the installer package name (e.g., Play Store)

0.1.1 #

  • Update pubspec.yaml to bump version to 0.1.1 and upgrade lints dependency to version 6.0.0.

0.1.0 #

  • Initial release of platform interface for flutter_device_apps
  • Defines AppInfo, AppChangeEvent, and FlutterDeviceAppsPlatform contract
0
likes
140
points
240
downloads

Publisher

verified publisherbunyaminokumus.com

Weekly Downloads

Platform-agnostic API contract for flutter_device_apps (federated).

Topics

#flutter #plugin #platform-interface #federated-plugin #app-events

Documentation

API reference

License

MIT (license)

Dependencies

plugin_platform_interface

More

Packages that depend on flutter_device_apps_platform_interface