abstarct_date 1.0.1
abstarct_date: ^1.0.1 copied to clipboard
Abstract date is a fluent abstract date system for working with different date types.
We analyzed this package 13 days ago, and awarded it 115 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: abstarct_date.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: abstarct_date, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
67 out of 178 API elements (37.6 %) have documentation comments.
Some symbols that are missing documentation: abstarct_date, abstarct_date.AbstractDate, abstarct_date.AbstractDate.AbstractDate.new, abstarct_date.AbstractDate.day, abstarct_date.AbstractDate.month.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 36 issues. Showing the first 2:
WARNING: Unnecessary cast.
lib/src/date.dart:230:14
╷
230 │ var d = (other as Date).dateTime;
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/date.dart
WARNING: Unnecessary cast.
lib/src/date.dart:236:14
╷
236 │ var d = (other as Date).dateTime;
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/date.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
shamsi_date |
^0.15.0 |
0.15.0 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.15.0` on shamsi_date does not support the stable version `0.16.0`.
Try running dart pub upgrade --major-versions shamsi_date 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.19, Dart 3.13.1.
Check the analysis log for details.