Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Add Windows Support #62

Open
xmine64 opened this issue Apr 15, 2022 · 0 comments
Open

Add Windows Support #62

xmine64 opened this issue Apr 15, 2022 · 0 comments

Comments

@xmine64
Copy link

xmine64 commented Apr 15, 2022

Support for notification badge added to Windows since build 10.0.10240 (First stable build of Windows 10 supports it). You can use BadgeUpdateManager API to use it. You'll need to use WinRT API but I'm not sure if it works in unpackaged apps, but since Flutter supports building MSIX packages it's possible to at least use it on packaged Flutter apps. I may implement it in my free times but I can't find any useful document on Windows plugins for Flutter.

Btw MSIX support added to Windows since build 10.0.16229 (version 1709) and WinRT support in unpackaged apps added to Windows since build 10.0.18362 (version 1903) so you won't be able to use these on Flutter on any Windows version lower than these at all.

Windows Notification API badge references:

Other Useful references:

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

No branches or pull requests

1 participant