ntfy 1.0.2
ntfy: ^1.0.2 copied to clipboard
A Flutter plugin to natively subscribe to ntfy (ntfy.sh) topics using an Android Foreground Service and SSE.
0.0.1 #
- TODO: Describe initial release.
1.0.0 #
- Added iOS platform support.
- Implemented real-time Server-Sent Events (SSE) streaming on iOS using
URLSessionDataTask. - Added support for displaying local iOS notifications upon receiving a new message using
UNUserNotificationCenter. - Implemented automatic background reconnection logic for iOS streams.
- Updated
pubspec.yamlto include iOS platform configuration.
1.0.1 #
- Added iOS platform support.
1.0.2 #
- LICENSE