quiver 3.1.0 copy "quiver: ^3.1.0" to clipboard
quiver: ^3.1.0 copied to clipboard

outdated

Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.

561
likes
80/ 160
pub points
99%
popularity

We analyzed this package 3 days ago, and awarded it 80 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

451 out of 502 API elements (89.8 %) have documentation comments.

Some symbols that are missing documentation: equality, equality.MatchError, equality.MatchError.message, fake_async, quiver.async.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 19 issues. Showing the first 2:

ERROR: Undefined class 'BidirectionalIterator'.

lib/src/collection/treeset.dart:45:3

   ╷
45 │   BidirectionalIterator<V> get iterator;
   │   ^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/collection/treeset.dart

ERROR: Undefined class 'BidirectionalIterator'.

lib/src/collection/treeset.dart:49:3

   ╷
49 │   BidirectionalIterator<V> get reverseIterator;
   │   ^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/collection/treeset.dart

failed
Support up-to-date dependencies
20 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
matcher ^0.12.10 0.12.16+1 0.12.16+1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
collection - 1.18.0 1.18.0
meta - 1.15.0 1.15.0
path - 1.9.0 1.9.0
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.2 0.7.2

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 7 errors:

  • UNDEFINED_CLASS - lib/src/collection/treeset.dart:45:3 - Undefined class 'BidirectionalIterator'.
  • UNDEFINED_CLASS - lib/src/collection/treeset.dart:49:3 - Undefined class 'BidirectionalIterator'.
  • UNDEFINED_CLASS - lib/src/collection/treeset.dart:58:3 - Undefined class 'BidirectionalIterator'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.5, Dart 3.4.1.

Check the analysis log for details.

561
likes
80
pub points
99%
popularity

Publisher

verified publishergoogle.dev

Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

matcher

More

Packages that depend on quiver