quiver 3.2.1
quiver: ^3.2.1 copied to clipboard
Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.
We analyzed this package 6 hours ago, and awarded it 130 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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting quiver... Discovering libraries... Linking elements... Precaching local docs for 157719 elements... Initialized dartdoc with 327 libraries Generating docs for library iterables.dart from package:quiver/iterables.dart... Generating docs for library time.dart from package:quiver/time.dart... Generating docs for library pattern.dart from package:quiver/pattern.dart... Generating docs for library check.dart from package:quiver/check.dart... Generating docs for library async.dart from package:quiver/async.dart... [4 more lines] ERR: warning: quiver.iterables has no library level documentation comments from quiver.iterables: (file:///tmp/pana_HHSJIJ/lib/iterables.dart:1:1) warning: unresolved doc reference [iterable] from enumerate.EnumerateIterable: (file:///tmp/pana_HHSJIJ/lib/src/iterables/enumerate.dart:42:7) warning: quiver.time has no library level documentation comments from quiver.time: (file:///tmp/pana_HHSJIJ/lib/time.dart:1:1) warning: unresolved doc reference [date] from util.clampDayOfMonth: (file:///tmp/pana_HHSJIJ/lib/src/time/util.dart:51:5) warning: unresolved doc reference [ ] from quiver.pattern.escapeRegex: (file:///tmp/pana_HHSJIJ/lib/pattern.dart:28:8) [80 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 19 issues. Showing the first 2:
INFO: Missing type annotation.
lib/check.dart:78:25
╷
78 │ String? _resolveMessage(message, String? defaultMessage) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/check.dart
INFO: Missing type annotation.
lib/src/async/stream_buffer.dart:162:16
╷
162 │ void _closed(e, [StackTrace? stack]) {
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/async/stream_buffer.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
matcher |
^0.12.10 |
0.12.18 | 0.12.18 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.9 | 0.7.9 |
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.5, Dart 3.10.7.
Check the analysis log for details.