forked from zulip/zulip-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip deps use my forked flutter_local_notifications, with collision fix
(The alternative workaround would be to pass distinct notif "id" integers. These could be a hash of the tag... but if it's merely hashCode, there'd be risk of collisions.) I feel like the right answer here is that the plugin should be a much thinner layer, much closer to just exposing the underlying API. (Also it can use Pigeon to simplify the transport boilerplate.) Then our Dart code can express what we want.
- Loading branch information
Showing
3 changed files
with
10 additions
and
8 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