-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flutter_local_notifications_windows] Fix URIs on Windows -- images a…
…nd audio (#2511) * Updated _windows to use proper URIs for images and audio * Lints and format * Consolidated consdtructors * Bumped versions * Configure melos to use flutter test for Windows * Update changelog * Updated changelog again * Elaborated on changelogs * Updated docs * Converted WindowsImage back to URIs * Updated examples and tests * Moved docs * Updated changelogs * Formatted * temporarily enable verbose logging * Updated to use new package:msix functions * Use Msix.hasPackageIdentity for WindowsNotificationAudio.asset * Implemented hasPackageIdentity() and assetUri() * Formatted * Updated changelogs * Disabled avoid_classes_with_only_static_members * Bumped minimum dart: ^3.4, flutter: ^3.22 * Bumped to dart: 3.5, flutter: 3.24 * Moved FFI code around to not need package:win32 * Revert "Bumped to dart: 3.5, flutter: 3.24" This reverts commit b966b1d. * Revert "Bumped minimum dart: ^3.4, flutter: ^3.22" This reverts commit 35a1324. * Made WindowsPlugin.isValidXml * Stabilized flaky tests * Updated melos and changelogs * Cancel notif after schedule test * Skip flaky test * Added Windows XML validation to the example * Deleted problematic tests * Update melos.yaml * Addressed feedback * Removed enableMultithreading() * remove more enableMultithreading --------- Co-authored-by: Michael Bui <[email protected]>
- Loading branch information
1 parent
2f5215d
commit f015afc
Showing
32 changed files
with
446 additions
and
374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.