Skip to content

Tags: MaikuB/flutter_local_notifications

Tags

flutter_local_notifications-v19.0.0-dev.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[flutter_local_notifications] renamed Converters iOS and macOS to mit…

…igate name clash issues (#2556)

* fix reference to Converters header from Converters.m

* updated AppDelegate.swift to use main attribute

* renamed Converters to FlutterLocalNotificationsConverters

* updated AppDelegate attribute and override

* Clang Format

---------

Co-authored-by: Anka <runner@Mac-1740288778859.local>

flutter_local_notifications-v19.0.0-dev.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bumped min plugin_platform_interface version for main plugin (#2551)

flutter_local_notifications_windows-v1.0.0-dev.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[various] bumped minimum plugin_platform_interface version (#2550)

* bumped minimum plugin_platform_interface version

* fixed windows and linux dependency on platform interface

flutter_local_notifications_platform_interface-v9.0.0-dev.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[various] bumped minimum plugin_platform_interface version (#2550)

* bumped minimum plugin_platform_interface version

* fixed windows and linux dependency on platform interface

flutter_local_notifications_linux-v6.0.0-dev.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[various] bumped minimum plugin_platform_interface version (#2550)

* bumped minimum plugin_platform_interface version

* fixed windows and linux dependency on platform interface

flutter_local_notifications-v19.0.0-dev.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[flutter_local_notifications] bumped compileSdk to 35 (#2525)

* updated compileSdk to 35

* updated plugin version

flutter_local_notifications-v19.0.0-dev.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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 <25263378+MaikuB@users.noreply.github.com>

flutter_local_notifications_windows-v1.0.0-dev.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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 <25263378+MaikuB@users.noreply.github.com>

flutter_local_notifications-v19.0.0-dev.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[flutter_local_notifications] added Swift Package Manager support (#2500

)

* added SPM support

* moved PrivacyInfo.xcprivacy

* updated Converters to avoid mixed language source file issue for SPM

* Swift Format

* fixed Swift Converters class

* change DarwinNotificationActionOption and DarwinNotificationCategoryOption to be enhanced enums

* Swift Format

---------

Co-authored-by: Anka <runner@Mac-1734164884244.local>
Co-authored-by: Anka <runner@Mac-1734239508382.local>

flutter_local_notifications-v19.0.0-dev.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bumped Windows dependency (#2499)