collql 1.0.0
collql: ^1.0.0 copied to clipboard
Collection Query Language, for document match and search.
We analyzed this package 6 days ago, and awarded it 50 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: MIT.
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.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
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
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.
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 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.