gotify_flutter 1.1.1 copy "gotify_flutter: ^1.1.1" to clipboard
gotify_flutter: ^1.1.1 copied to clipboard

PlatformAndroid

Android Flutter client for Gotify push notifications — WebSocket receive, REST send, local alerts, and background delivery. No Firebase required.

1.1.1 #

  • Show the demo image on pub.flutter-io.cn documentation (markdown image + package screenshot).

1.1.0 #

  • One-command Android setup: dart run gotify_flutter:configure (permissions, foreground service, desugaring, notification icon).
  • Optional --cleartext and --dry-run flags for the configure tool.
  • Ship as an Android Flutter plugin so permissions, ForegroundService, and ic_stat_gotify merge into host apps automatically.

1.0.1 #

  • Default keepAliveInBackground to false so apps no longer show the permanent silent status notification unless background delivery is opted in.
  • Always stop any leftover Android foreground service on stopListening().
  • Customize keep-alive notification copy via keepAliveNotificationTitle / keepAliveNotificationText (defaults: “Notifications” / “Running in background”).

1.0.0 #

  • Initial public release.
  • Gotify REST + WebSocket client for Flutter.
  • Local notifications and optional Android background keep-alive via foreground service.
0
likes
140
points
40
downloads
screenshot

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Android Flutter client for Gotify push notifications — WebSocket receive, REST send, local alerts, and background delivery. No Firebase required.

Repository (GitHub)
View/report issues

Topics

#gotify #push-notifications #android #websocket #notifications

License

MIT (license)

Dependencies

flutter, flutter_foreground_task, flutter_local_notifications, flutter_secure_storage, http, meta, web_socket_channel

More

Packages that depend on gotify_flutter

Packages that implement gotify_flutter