caldav_client 1.1.0 copy "caldav_client: ^1.1.0" to clipboard
caldav_client: ^1.1.0 copied to clipboard

A CalDAV client for dart. It allows to make CalDAV requests to a server easily and quickly.

4
likes
120/ 140
pub points
37%
popularity

We analyzed this package 14 days ago, and awarded it 120 pub points (of a possible 140):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/julisanchez/caldav_client/issues was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

11 out of 22 API elements (50.0 %) have documentation comments.

Some symbols that are missing documentation: caldav_client, caldav_client.Authorization, caldav_client.Authorization.Authorization, caldav_client.Authorization.basic, caldav_client.CalDavBase.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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 not compatible with platform Web

Because:

  • package:caldav_client/caldav_client.dart that imports:
  • package:caldav_client/src/caldav_client.dart that imports:
  • package:caldav_client/src/caldav_base.dart that imports:
  • package:caldav_client/src/cal_response.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

INFO: An uninitialized field should have an explicit type annotation.

lib/src/authorization.dart:4:9

  ╷
4 │   final _username;
  │         ^^^^^^^^^
  ╵

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

INFO: An uninitialized field should have an explicit type annotation.

lib/src/authorization.dart:5:9

  ╷
5 │   final _password;
  │         ^^^^^^^^^
  ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
xml ^5.0.2 5.4.1 6.5.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
meta - 1.12.0 1.12.0
petitparser - 5.4.0 6.0.2

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

The constraint `^5.0.2` on xml does not support the stable version `6.0.0`.

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

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

Analyzed with Pana 0.22.2, Dart 3.3.0.

Check the analysis log for details.

4
likes
120
pub points
37%
popularity

Publisher

unverified uploader

A CalDAV client for dart. It allows to make CalDAV requests to a server easily and quickly.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

xml

More

Packages that depend on caldav_client