time_of_day_widget 1.0.0
time_of_day_widget: ^1.0.0 copied to clipboard
A widget that changes state over TimeOfDay.
We analyzed this package 6 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting time_of_day_widget... Discovering libraries... Linking elements... Precaching local docs for 652451 elements... Initialized dartdoc with 806 libraries Generating docs for library models/time_of_day_range.dart from package:time_of_day_widget/models/time_of_day_range.dart... Generating docs for library errors/time_of_day_range_errors.dart from package:time_of_day_widget/errors/time_of_day_range_errors.dart... Generating docs for library time_of_day_ranged_widget.dart from package:time_of_day_widget/time_of_day_ranged_widget.dart... Generating docs for library extensions/time_of_day_extension.dart from package:time_of_day_widget/extensions/time_of_day_extension.dart... Generating docs for library extensions/timer_extensions.dart from package:time_of_day_widget/extensions/timer_extensions.dart... [2 more lines] ERR: warning: time_of_day_widget has no library level documentation comments from time_of_day_widget: (file:///tmp/pana_FNNKDD/lib/models/time_of_day_range.dart:1:1) warning: time_of_day_widget has no library level documentation comments from time_of_day_widget: (file:///tmp/pana_FNNKDD/lib/time_of_day_widget.dart:1:1) error: file already written at "time_of_day_widget/index.html" for symbol time_of_day_widget: (file:///tmp/pana_FNNKDD/lib/time_of_day_widget.dart:1:1) conflicting with file already generated by time_of_day_widget: (file:///tmp/pana_FNNKDD/lib/models/time_of_day_range.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'time_of_day_widget' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library [16 more lines]
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Missing type annotation.
lib/errors/time_of_day_range_errors.dart:5:34
╷
5 │ TimeOfDayRangesLengthError(var message, this.minimumLength) : super(message);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/errors/time_of_day_range_errors.dart
INFO: Missing type annotation.
lib/errors/time_of_day_range_errors.dart:37:9
╷
37 │ var message,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/errors/time_of_day_range_errors.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.9 | 1.0.9 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
vector_math |
- | 2.2.0 | 2.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.12, Flutter 3.44.2, Dart 3.12.2.
Check the analysis log for details.