Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QuickNotify not functional in macos #79

Open
Baghdady92 opened this issue Oct 15, 2022 · 1 comment
Open

QuickNotify not functional in macos #79

Baghdady92 opened this issue Oct 15, 2022 · 1 comment

Comments

@Baghdady92
Copy link

Baghdady92 commented Oct 15, 2022

hello everyone
i'm trying to make quicknotify work in mac os
i'm getting request to access notification
then i'm not getting any notification
same code working on web and windows

     var hasPermission = await QuickNotify.hasPermission();
         print('hasPermission $hasPermission');
         var requestPermission = await QuickNotify.requestPermission();
        print('requestPermission $requestPermission');
        await QuickNotify.notify(
         title: 'title',
         content: 'welcome',
         );
@jimodelid
Copy link

I've got the same issue, or well... I get the notification but it seems to be of lowest priority so it does not "alert". I have to open the notification panel to view the notification.

Would be great to have this fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants