notification_fetcher 0.1.9
notification_fetcher: ^0.1.9 copied to clipboard
A Flutter package to fetch and show notifications with a background service.
notification_fetcher #
A Flutter package that runs in the background and fetches push notifications from a remote API.
Features #
- Works in background
- Image support (optional)
- Only fetches new notification (avoids duplicates)
Getting Started #
import 'package:notification_fetcher/notification_fetcher.dart';
void main() {
startBackgroundService(apiUrl: "https://your-api-url.com");
}