horizontal_calendar_plus 0.0.6
horizontal_calendar_plus: ^0.0.6 copied to clipboard
A customizable horizontal calendar widget for Flutter, supporting various date formats, multi-language support, and style customization for easy integration.
We analyzed this package 31 hours ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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 ("0.0.6").
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
65 out of 69 API elements (94.2 %) have documentation comments.
Some symbols that are missing documentation: horizontal_calendar_plus, horizontal_calendar_plus.CorePlus.CorePlus.new, horizontal_calendar_plus.hindiNumbers, horizontal_calendar_plus.nepaliNumbers.
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
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: A value for optional parameter 'key' isn't ever given.
lib/src/horizontal_calendar_plus.dart:206:11
╷
206 │ super.key,
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/horizontal_calendar_plus.dart
INFO: Dangling library doc comment.
lib/src/h_calender_enum.dart:1:1
╷
1 │ ┌ /// [Enum] representing various date formats to be used in the calendar.
2 │ │ /// Each format provides a different [skeleton] string, which can be used with
3 │ │ /// [intl] to generate formatted date strings.
4 │ └ /// [DateFormat]to generate formatted date strings.
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/h_calender_enum.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
intl |
^0.19.0 |
0.19.0 | 0.20.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 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.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl 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, Flutter 3.38.8, Dart 3.10.7.
Check the analysis log for details.