playx_home_launcher 0.1.0 copy "playx_home_launcher: ^0.1.0" to clipboard
playx_home_launcher: ^0.1.0 copied to clipboard

PlatformAndroid

Playx Home Launcher: Streamline launcher management in your Flutter app. Quickly check the current default launcher and enhance user experience with an integrated selection dialog.

Changelog #

0.1.0 #

Note: This release includes breaking changes.

📦 playx_home_launcher v0.1.0 #

Major Changes #

  • Refined API for better clarity and null-safety:

    • Renamed methods for consistency:
      • checkIfAppIsLauncherisLauncherApp: Checks if a specified app is a launcher.
      • checkIfLauncherIsDefaultisDefaultLauncher: Checks if a specified app is the default launcher.
    • New helper methods:
      • isThisAppTheDefaultLauncher(): Checks if the current app is the default launcher.
      • isThisAppALauncher(): Checks if the current app is a launcher.
      • getCurrentPackageName(): Gets the package name of the current app.
  • Enhancements:

    • Return types are now non-nullable (Future<bool>). -Included Android 11+ manifest setup directly in method docs.
    • showLauncherSelectionDialog now has a parameter to open settings if the dialog fails.

🐛 Bug Fixes #

  • Fixed a bug causing checkIfDefaultLauncher to crash the app on certain android devices.

0.0.1 #

  • Initial release.
3
likes
150
points
162
downloads

Publisher

verified publisherplayx.sourcya.io

Weekly Downloads

Playx Home Launcher: Streamline launcher management in your Flutter app. Quickly check the current default launcher and enhance user experience with an integrated selection dialog.

Topics

#playx #launcher #home-launcher

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on playx_home_launcher