mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #2] See you are enabled client also on Desktop but only android app #2
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lucasjinreal on GitHub (Nov 10, 2021).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/2
Does it using flutter? What if I want a flutter as client?
So that we can cross platform get notifications.
@binwiederhier commented on GitHub (Nov 10, 2021):
It does not use flutter. To my understanding flutter is a cross platform UI framework. You can already get notifications on Android and the desktop through the browser. So the only thing missing is iOS, right?
@lucasjinreal commented on GitHub (Nov 10, 2021):
@binwiederhier Yes, that's right.
@binwiederhier commented on GitHub (Nov 10, 2021):
So I think flutter would not work, because messaging stuff is pretty platform specific (web/Android/iOS). For instance, Android is very particular about not having background services and such, so I think that'd be tricky with an abstraction framework. So for now I'll stick with native.
Plus, I don't have an iPhone anyway, so I'd have no way to test the app. I'm inviting you or anyone else to make an iOS app if you can :-D That'd be awesome.
@lucasjinreal commented on GitHub (Nov 11, 2021):
@binwiederhier Flutter can also have background service implementation for receiving notifications.