notification_troubleshoot

Troubleshoot android notification.

pub package Language

Sponsored by Evrone

Developed for Evrone.com

Launch vendor-specific Activity for fix autostart, power-saving and notification settings

For android used https://github.com/thelittlefireman/AppKillerManager

Troubleshoot platforms:

  • Android

If you need any functionality on another platform, create an issue

Getting Started

You can get a map of action:

final Map<NotificationTroubleshootActions, bool> availableActions = await NotificationTroubleshoot.availableActions;

Show all available actions in your application and let the user run that action:

NotificationTroubleshoot.startIntent(availableActions);