query_core 0.2.1 copy "query_core: ^0.2.1" to clipboard
query_core: ^0.2.1 copied to clipboard

The core package flutter_query depends on.

0
likes
100/ 140
pub points
4%
popularity

We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

Repository URL doesn't exist.

At the time of the analysis https://github.com/jezsung/query/tree/main/packages/query was unreachable. Make sure that the website is reachable via HEAD requests.

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting query_core... Discovering libraries... Linking elements... Precaching local docs for 146662 elements... Initialized dartdoc with 136 libraries Generating docs for library query_core.dart from package:query_core/query_core.dart... ERR: warning: query_core has no library level documentation comments from query_core: (file:///tmp/pana_VRBSOF/lib/query_core.dart:1:9)

dartdoc 8.0.8 (/tmp/analyzerVEKBOJ/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.4.0.snapshot) failed: type 'TypeParameterTypeImpl' is not a subtype of type 'ParameterizedType' in type cast #0 new DefinedElementType.from (package:dartdoc/src/element_type.dart:280:16) #1 new ElementType.for (package:dartdoc/src/element_type.dart:44:31) #2 Nameable.getTypeFor (package:dartdoc/src/model/nameable.dart:94:19) #3 Parameter.modelType (package:dartdoc/src/model/parameter.dart:103:7) #4 Parameter.modelType (package:dartdoc/src/model/parameter.dart) #5 ParameterRenderer._renderParameter (package:dartdoc/src/render/parameter_renderer.dart:193:29) [18 more lines]

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
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: The null check operator shouldn't be used on a variable whose type is a potentially nullable type parameter.

lib/src/paged_query.dart:99:27

   ╷
99 │         fetcher(key, param!),
   │                           ^
   ╵

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

INFO: The null check operator shouldn't be used on a variable whose type is a potentially nullable type parameter.

lib/src/paged_query.dart:153:27

    ╷
153 │         fetcher(key, param!),
    │                           ^
    ╵

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

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

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

Package Constraint Compatible Latest
async ^2.11.0 2.11.0 2.11.0
clock ^1.1.1 1.1.1 1.1.1
equatable ^2.0.5 2.0.5 2.0.5
meta ^1.9.1 1.15.0 1.15.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.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

Analyzed with Pana 0.22.3, Dart 3.4.0.

Check the analysis log for details.