kozmonos_adapter_local_notifications 1.0.0 copy "kozmonos_adapter_local_notifications: ^1.0.0" to clipboard
kozmonos_adapter_local_notifications: ^1.0.0 copied to clipboard

flutter_local_notifications adapter for LocalReminderClient.

100/ 160
pub points
12
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/Kozmonos-Production/saas-mobile-fabric was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/Kozmonos-Production/saas-mobile-fabric was unreachable. Make sure that the website is reachable via HEAD requests.

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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

2 out of 9 API elements (22.2 %) have documentation comments.

Some symbols that are missing documentation: kozmonos_adapter_local_notifications, kozmonos_adapter_local_notifications.FlutterLocalReminderClient.FlutterLocalReminderClient.new, kozmonos_adapter_local_notifications.FlutterLocalReminderClient.androidIcon, kozmonos_adapter_local_notifications.FlutterLocalReminderClient.cancel, kozmonos_adapter_local_notifications.FlutterLocalReminderClient.init.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:kozmonos_adapter_local_notifications/kozmonos_adapter_local_notifications.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/local_notifications_overrides.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/flutter_local_reminder_client.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

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:kozmonos_adapter_local_notifications/kozmonos_adapter_local_notifications.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/local_notifications_overrides.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/flutter_local_reminder_client.dart that imports:
  • package:kozmonos_core/kozmonos_core.dart that imports:
  • package:kozmonos_core/src/connectivity/connectivity_controller.dart that imports:
  • package:internet_connection_checker_plus/internet_connection_checker_plus.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:kozmonos_adapter_local_notifications/kozmonos_adapter_local_notifications.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/local_notifications_overrides.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/flutter_local_reminder_client.dart that imports:
  • package:kozmonos_core/kozmonos_core.dart that imports:
  • package:kozmonos_core/src/connectivity/connectivity_controller.dart that imports:
  • package:internet_connection_checker_plus/internet_connection_checker_plus.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:kozmonos_adapter_local_notifications/kozmonos_adapter_local_notifications.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/local_notifications_overrides.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/flutter_local_reminder_client.dart that imports:
  • package:kozmonos_core/kozmonos_core.dart that imports:
  • package:kozmonos_core/src/connectivity/connectivity_controller.dart that imports:
  • package:internet_connection_checker_plus/internet_connection_checker_plus.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:kozmonos_adapter_local_notifications/kozmonos_adapter_local_notifications.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/local_notifications_overrides.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/flutter_local_reminder_client.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications/src/notification_details.dart that imports:
  • package:flutter_local_notifications_windows/flutter_local_notifications_windows.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:kozmonos_adapter_local_notifications/kozmonos_adapter_local_notifications.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/local_notifications_overrides.dart that imports:
  • package:kozmonos_adapter_local_notifications/src/flutter_local_reminder_client.dart that imports:
  • package:kozmonos_core/kozmonos_core.dart that imports:
  • package:kozmonos_core/src/connectivity/connectivity_controller.dart that imports:
  • package:internet_connection_checker_plus/internet_connection_checker_plus.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

WARNING: Unused import: 'package:hooks_riverpod/hooks_riverpod.dart'.

lib/src/local_notifications_overrides.dart:1:8

  ╷
1 │ import 'package:hooks_riverpod/hooks_riverpod.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
flutter_local_notifications ^19.4.0 19.5.0 22.3.0
flutter_timezone ^4.1.1 4.1.1 5.1.0
hooks_riverpod ^3.3.1 3.4.3 3.4.3
kozmonos_core ^1.0.0 1.0.1 1.0.1
timezone ^0.10.1 0.10.1 0.11.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
connectivity_plus - 7.3.1 7.3.1
connectivity_plus_platform_interface - 2.1.0 2.1.0
crypto - 3.0.7 3.0.7
dbus - 0.7.15 0.7.15
fake_async - 1.3.3 1.3.3
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_hooks - 0.21.3+1 0.21.3+1
flutter_local_notifications_linux - 6.0.0 8.0.1
flutter_local_notifications_platform_interface - 9.1.0 12.2.0
flutter_local_notifications_windows - 1.0.3 3.1.1
flutter_riverpod - 3.4.3 3.4.3
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
internet_connection_checker_plus - 2.9.1+2 3.1.2
kozmonos_auth - 1.0.0 1.0.0
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
listen - 1.0.1 1.0.1
matcher - 0.12.20 0.12.20
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
nm - 0.5.0 0.5.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
petitparser - 7.0.2 7.0.2
platform - 3.2.0 3.2.0
plugin_platform_interface - 2.1.8 2.1.8
riverpod - 3.4.3 3.4.3
shared_preferences - 2.5.5 2.5.5
shared_preferences_android - 2.4.28 2.4.28
shared_preferences_foundation - 2.5.7 2.5.7
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
stack_trace - 1.12.2 1.12.2
state_notifier - 1.0.0 1.0.0
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.12 0.7.14
typed_data - 1.4.0 1.4.0
uuid - 4.6.0 4.6.0
vector_math - 2.4.2 2.4.2
vm_service - 15.3.0 15.3.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 7.0.1

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

Found 3 issues. Showing the first 2:

The constraint `^19.4.0` on flutter_local_notifications does not support the stable version `20.0.0`.

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

The constraint `^4.1.1` on flutter_timezone does not support the stable version `5.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • IMPLEMENTS_NON_CLASS - lib/src/flutter_local_reminder_client.dart:11:45 - Classes and mixins can only implement other classes and mixins.
  • UNDEFINED_IDENTIFIER - lib/src/local_notifications_overrides.dart:10:5 - Undefined name 'localReminderClientProvider'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

flutter_local_notifications adapter for LocalReminderClient.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, flutter_local_notifications, flutter_timezone, hooks_riverpod, kozmonos_core, timezone

More

Packages that depend on kozmonos_adapter_local_notifications