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 [...]

130/ 160
pub points
15
downloads

We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

67 out of 85 API elements (78.8 %) have documentation comments.

Some symbols that are missing documentation: main, main.NotificationCaptureApp, main.NotificationCaptureApp.NotificationCaptureApp.new, main.NotificationHomePage, main.NotificationHomePage.NotificationHomePage.new.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:notification_sync_kit/notification_sync_kit.dart that imports:
  • package:notification_sync_kit/src/services/notification_listener_controller.dart that imports:
  • package:notification_listener_service/notification_listener_service.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:notification_sync_kit/notification_sync_kit.dart that imports:
  • package:notification_sync_kit/src/services/notification_listener_controller.dart that imports:
  • package:notification_listener_service/notification_listener_service.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:notification_sync_kit/notification_sync_kit.dart that imports:
  • package:notification_sync_kit/src/services/notification_listener_controller.dart that imports:
  • package:notification_listener_service/notification_listener_service.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:notification_sync_kit/notification_sync_kit.dart that imports:
  • package:notification_sync_kit/src/services/notification_listener_controller.dart that imports:
  • package:notification_listener_service/notification_listener_service.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:notification_sync_kit/notification_sync_kit.dart that imports:
  • package:notification_sync_kit/src/services/notification_listener_controller.dart that imports:
  • package:notification_listener_service/notification_listener_service.dart that declares support for platforms: Android.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:notification_sync_kit/notification_sync_kit.dart that imports:
  • package:notification_sync_kit/src/services/notification_listener_controller.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_web/web_settings.dart that declares support for platforms: Web.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: Dangling library doc comment.

lib/notification_sync_kit.dart:1:1

  ╷
1 │ /// A Flutter package for capturing Android notifications, persisting them
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/notification_sync_kit.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
geolocator ^13.0.0 13.0.4 14.0.3
http ^1.2.2 1.6.0 1.6.0
logging ^1.2.0 1.3.0 1.3.0
notification_listener_service ^0.3.5 0.3.5 1.0.0
shared_preferences ^2.3.2 2.5.5 2.5.5
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
geolocator_android - 4.6.2 5.0.3
geolocator_apple - 2.3.14 2.3.14
geolocator_platform_interface - 4.3.0 4.3.0
geolocator_web - 4.1.4 4.1.4
geolocator_windows - 0.2.5 0.2.5
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.4.27 2.4.27
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.6.0 4.6.0
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^13.0.0` on geolocator does not support the stable version `14.0.0`.

Try running dart pub upgrade --major-versions geolocator to update the constraint.

The constraint `^0.3.5` on notification_listener_service does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions notification_listener_service to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.18, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
15
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