collql 1.0.0 copy "collql: ^1.0.0" to clipboard
collql: ^1.0.0 copied to clipboard

Collection Query Language, for document match and search.

50/ 160
pub points
39
downloads

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

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

16 out of 256 API elements (6.3 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: abstractions, and, and, and.AndFilter, and.AndFilter.AndFilter.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 45 issues. Showing the first 2:

ERROR: Instance member 'CollQLMapper' can't be accessed using static access.

lib/abstractions/filters/field_based_filter.dart:16:33

   ╷
16 │       var mapper = CollQLConfig.CollQLMapper;
   │                                 ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/abstractions/filters/field_based_filter.dart

ERROR: CollQLConfig isn't a type.

lib/abstractions/filters/filter.dart:19:3

   ╷
19 │   CollQLConfig? CollQLConfig;
   │   ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/abstractions/filters/filter.dart

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

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

No dependencies.

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 16 errors:

  • STATIC_ACCESS_TO_INSTANCE_MEMBER - lib/abstractions/filters/field_based_filter.dart:16:33 - Instance member 'CollQLMapper' can't be accessed using static access.
  • NOT_A_TYPE - lib/abstractions/filters/filter.dart:19:3 - CollQLConfig isn't a type.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/abstractions/filters/filter.dart:32:16 - The argument type 'List

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.23.10, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
50
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

Collection Query Language, for document match and search.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on collql