gotify_flutter 1.1.1
gotify_flutter: ^1.1.1 copied to clipboard
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
--cleartextand--dry-runflags for the configure tool. - Ship as an Android Flutter plugin so permissions,
ForegroundService, andic_stat_gotifymerge into host apps automatically.
1.0.1 #
- Default
keepAliveInBackgroundtofalseso 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.
