flutter_device_calendar 0.0.0 copy "flutter_device_calendar: ^0.0.0" to clipboard
flutter_device_calendar: ^0.0.0 copied to clipboard

A cross platform plugin for modifying calendars on the user's device (enhanced fork).

130/ 160
pub points
62
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: BSD-3-Clause.

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

134 out of 236 API elements (56.8 %) have documentation comments.

Some symbols that are missing documentation: flutter_device_calendar, flutter_device_calendar.AndroidAttendanceStatus, flutter_device_calendar.AndroidAttendanceStatusExtensions, flutter_device_calendar.AndroidAttendanceStatusExtensions.enumToString, flutter_device_calendar.AndroidAttendeeDetails.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:flutter_device_calendar/flutter_device_calendar.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_device_calendar/flutter_device_calendar.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_device_calendar/flutter_device_calendar.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_device_calendar/flutter_device_calendar.dart that declares support for platforms: Android, iOS.

Swift Package Manager support:

Package does not support the Swift Package Manager on iOS

It does not contain ios/flutter_device_calendar/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.

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: 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion.

lib/src/device_calendar.dart:294:33

    ╷
294 │             '0x${calendarColor?.value.toRadixString(16)}',
    │                                 ^^^^^
    ╵

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

INFO: 'required' is deprecated and shouldn't be used. In Dart 2.12 and later, use the built-in `required` keyword to mark a named parameter as required.

lib/src/models/reminder.dart:7:14

  ╷
7 │   Reminder({@required this.minutes})
  │              ^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/reminder.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
collection ^1.16.0 1.19.1 1.19.1
sprintf ^7.0.0 7.0.0 7.0.0
timezone ^0.9.0 0.9.4 0.11.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
path - 1.9.1 1.9.1
vector_math - 2.2.0 2.2.0

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

The constraint `^0.9.0` on timezone does not support the stable version `0.10.0`.

Try running dart pub upgrade --major-versions timezone 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.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
62
downloads

Publisher

verified publishercaughtup.app

Weekly Downloads

A cross platform plugin for modifying calendars on the user's device (enhanced fork).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, sprintf, timezone

More

Packages that depend on flutter_device_calendar

Packages that implement flutter_device_calendar