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");
}