notification_sync_kit 0.4.0 copy "notification_sync_kit: ^0.4.0" to clipboard
notification_sync_kit: ^0.4.0 copied to clipboard

PlatformAndroid

Capture Android notifications, persist them to a local queue, and sync them to your server via HTTP with automatic retry. Enriches each notification with GPS speed, location, and driver interaction ty [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notification_sync_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  notification_sync_kit: ^0.4.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:notification_sync_kit/notification_sync_kit.dart';
1
likes
130
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Capture Android notifications, persist them to a local queue, and sync them to your server via HTTP with automatic retry. Enriches each notification with GPS speed, location, and driver interaction type (OPENED, DISMISSED, REPLIED, IGNORED) for driver behaviour analysis.

Repository (GitHub)
View/report issues

Topics

#notifications #android #background-service #gps #driver-behaviour

License

MIT (license)

Dependencies

flutter, geolocator, http, logging, notification_listener_service, shared_preferences

More

Packages that depend on notification_sync_kit