sidecar_package_utilities 0.1.0-dev.7 copy "sidecar_package_utilities: ^0.1.0-dev.7" to clipboard
sidecar_package_utilities: ^0.1.0-dev.7 copied to clipboard

Type checkers and other utilities for creating Sidecar rule packages.

1
likes
100/ 140
pub points
1%
popularity

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

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: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

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

23 out of 32 API elements (71.9 %) have documentation comments.

Some symbols that are missing documentation: sidecar_package_utilities, sidecar_package_utilities.InterfaceTypeX, sidecar_package_utilities.InterfaceTypeX.matchesType, sidecar_package_utilities.SidecarType, sidecar_package_utilities.SidecarType.SidecarType.

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 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:sidecar_package_utilities/sidecar_package_utilities.dart that imports:
  • package:sidecar_package_utilities/src/type_extensions.dart that imports:
  • package:sidecar_package_utilities/src/type_checker.dart that imports:
  • package:sidecar_package_utilities/src/utils.dart that imports:
  • package:analyzer/dart/element/type.dart that imports:
  • package:analyzer/dart/element/element.dart that imports:
  • package:analyzer/src/task/api/model.dart that imports:
  • package:analyzer/src/generated/source.dart that imports:
  • package:analyzer/src/generated/engine.dart that imports:
  • package:analyzer/error/listener.dart that imports:
  • package:analyzer/error/error.dart that imports:
  • package:analyzer/src/generated/parser.dart that imports:
  • package:analyzer/src/fasta/ast_builder.dart that imports:
  • package:analyzer/src/generated/utilities_dart.dart that imports:
  • package:analyzer/src/dart/element/element.dart that imports:
  • package:analyzer/src/summary2/macro.dart that imports:
  • package:analyzer/src/summary2/kernel_compilation_service.dart that imports:
  • package:_fe_analyzer_shared/src/macros/compiler/request_channel.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 19 issues. Showing the first 2:

WARNING: This API is available since SDK 2.14.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.

lib/src/type_checker.dart:352:30

    ╷
352 │   int get hashCode => Object.hash(runtimeType, _name, packageName);
    │                              ^^^^
    ╵

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

WARNING: This API is available since SDK 2.14.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.

lib/src/type_checker.dart:352:55

    ╷
352 │   int get hashCode => Object.hash(runtimeType, _name, packageName);
    │                                                       ^^^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest
analyzer ^4.2.0 4.7.0 6.5.2
meta ^1.7.0 1.15.0 1.15.0
path ^1.8.1 1.9.0 1.9.0
source_span ^1.8.0 1.10.0 1.10.0
yaml ^3.1.1 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 47.0.0 70.0.0
async - 2.11.0 2.11.0
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
file - 7.0.0 7.0.0
glob - 2.1.2 2.1.2
package_config - 2.1.0 2.1.0
pub_semver - 2.1.4 2.1.4
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
watcher - 1.1.0 1.1.0

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

The constraint `^4.2.0` on analyzer does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions analyzer to update the constraint.

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

Analyzed with Pana 0.22.3, Dart 3.4.1.

Check the analysis log for details.

1
likes
100
pub points
1%
popularity

Publisher

unverified uploader

Type checkers and other utilities for creating Sidecar rule packages.

Repository
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, meta, path, source_span, yaml

More

Packages that depend on sidecar_package_utilities