notification_fetcher 0.1.9 copy "notification_fetcher: ^0.1.9" to clipboard
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");
}
0
likes
140
points
264
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to fetch and show notifications with a background service.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_background_service, flutter_local_notifications, http, shared_preferences

More

Packages that depend on notification_fetcher