caldav_client 1.1.0
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.
We analyzed this package 21 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
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.new, caldav_client.Authorization.basic, caldav_client.CalDavBase.
10/10 points: Package has an example
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.dartthat imports:package:caldav_client/src/caldav_client.dartthat imports:package:caldav_client/src/caldav_base.dartthat imports:package:caldav_client/src/cal_response.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 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: Missing 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
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
xml |
^5.0.2 |
5.4.1 | 6.6.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.18.1 | 1.18.1 | |
petitparser |
- | 5.4.0 | 7.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.9, Dart 3.11.0.
Check the analysis log for details.