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

Linting for state_beacon users, designed to prevent common mistakes and provide a better experience.

1
likes
90/ 160
pub points
49%
popularity

We analyzed this package 25 hours ago, and awarded it 90 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: MIT.

partial
Provide documentation
10 / 20trigger folding of the section

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

13 out of 203 API elements (6.4 %) 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: state_beacon_lint, state_beacon_lint.BeaconValueVisitor, state_beacon_lint.BeaconValueVisitor.BeaconValueVisitor, state_beacon_lint.BeaconValueVisitor.nodes, state_beacon_lint.BeaconValueVisitor.visitAdjacentStrings.

10/10 points: Package has an example

failed
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

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:state_beacon_lint/state_beacon_lint.dart that imports:
  • package:state_beacon_lint/utils.dart that imports:
  • package:state_beacon_lint/types.dart that imports:
  • package:analyzer/dart/ast/ast.dart that imports:
  • package:analyzer/src/dart/ast/ast.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/reference.dart that imports:
  • package:analyzer/dart/element/element.dart that imports:
  • package:analyzer/src/generated/engine.dart that imports:
  • package:analyzer/error/listener.dart that imports:
  • package:analyzer/src/dart/element/type.dart that imports:
  • package:analyzer/src/dart/element/type_system.dart that imports:
  • package:analyzer/src/generated/inference_log.dart that imports:
  • package:analyzer/src/generated/resolver.dart that imports:
  • package:analyzer/src/generated/element_resolver.dart that imports:
  • package:analyzer/src/dart/resolver/method_invocation_resolver.dart that imports:
  • package:analyzer/src/dart/resolver/invocation_inferrer.dart that imports:
  • package:analyzer/src/dart/element/type_schema.dart that imports:
  • package:analyzer/src/dart/element/type_visitor.dart that imports:
  • package:analyzer/src/summary2/named_type_builder.dart that imports:
  • package:analyzer/src/summary2/link.dart that imports:
  • package:analyzer/src/summary2/top_level_inference.dart that imports:
  • package:analyzer/src/task/strong_mode.dart that imports:
  • package:analyzer/src/dart/element/inheritance_manager3.dart that imports:
  • package:analyzer/src/dart/element/member.dart that imports:
  • package:analyzer/dart/analysis/session.dart that imports:
  • package:analyzer/file_system/file_system.dart that imports:
  • package:watcher/watcher.dart that imports:
  • package:watcher/src/file_watcher/polling.dart that imports:
  • package:watcher/src/stat.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

ERROR: The name 'LintCode' is defined in the libraries 'package:analyzer/src/dart/error/lint_codes.dart (via package:analyzer/error/error.dart)' and 'package:custom_lint_core/src/lint_codes.dart'.

lib/state_beacon_lint.dart:36:24

   ╷
36 │   static const _code = LintCode(
   │                        ^^^^^^^^
   ╵

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

ERROR: Const variables must be initialized with a constant value.

lib/state_beacon_lint.dart:36:24

   ╷
36 │     static const _code = LintCode(
   │ ┌────────────────────────^
37 │ │     name: 'avoid_value_access_after_await',
38 │ │     problemMessage:
39 │ │         'Accessing .value on Beacon after await doesn\'t register it as a dependency.',
40 │ │   );
   │ └───^
   ╵

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

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

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

Package Constraint Compatible Latest
analyzer >=5.12.0 <7.0.0 6.8.0 6.9.0
analyzer_plugin ^0.11.2 0.11.3 0.11.3
custom_lint_builder ^0.5.8 0.5.14 0.6.7
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 73.0.0 74.0.0
_macros - 0.3.2 0.3.2
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
checked_yaml - 2.0.3 2.0.3
ci - 0.1.0 0.1.0
cli_util - 0.4.1 0.4.1
collection - 1.19.0 1.19.0
convert - 3.1.1 3.1.1
crypto - 3.0.5 3.0.5
custom_lint - 0.5.11 0.6.7
custom_lint_core - 0.5.14 0.6.5
dart_style - 2.3.7 2.3.7
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
freezed_annotation - 2.4.4 2.4.4
glob - 2.1.2 2.1.2
hotreloader - 4.2.0 4.2.0
json_annotation - 4.9.0 4.9.0
logging - 1.2.0 1.2.0
macros - 0.1.2-main.4 0.1.3-main.0
matcher - 0.12.16+1 0.12.16+1
meta - 1.16.0 1.16.0
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
pub_semver - 2.1.4 2.1.4
pubspec_parse - 1.3.0 1.3.0
rxdart - 0.27.7 0.28.0
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
stack_trace - 1.12.0 1.12.0
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.3.0 1.3.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.3 0.7.3
typed_data - 1.3.2 1.3.2
uuid - 4.5.1 4.5.1
vm_service - 14.3.0 14.3.0
watcher - 1.1.0 1.1.0
yaml - 3.1.2 3.1.2

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

The constraint `^0.5.8` on custom_lint_builder does not support the stable version `0.6.0`.

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

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.12, Dart 3.5.3.

Check the analysis log for details.

1
likes
90
pub points
49%
popularity

Publisher

verified publishernosy.dev

Linting for state_beacon users, designed to prevent common mistakes and provide a better experience.

Repository (GitHub)
View/report issues

Topics

#state #signal #reactive #beacon #lint

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on state_beacon_lint