dash_agent 0.4.0 copy "dash_agent: ^0.4.0" to clipboard
dash_agent: ^0.4.0 copied to clipboard

Framework package to create and publish dash agents for commanddash

130/ 160
pub points
42
downloads

We analyzed this package 2 days ago, and awarded it 130 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: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

114 out of 239 API elements (47.7 %) have documentation comments.

Some symbols that are missing documentation: agent_validation, agent_validation.AgentValidation, agent_validation.AgentValidation.AgentValidation.new, agent_validation.AgentValidation.validateCommandDataSourcesRegistration, agent_validation.AgentValidation.validateDashCommandVariableUsage.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:dash_agent/dash_agent.dart that imports:
  • package:dash_agent/configuration/dash_agent.dart that imports:
  • package:dash_agent/data/datasource.dart that imports:
  • package:dash_agent/data/objects/file_data_object.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

INFO: 'text' is deprecated and shouldn't be used. Use [value] to access the textual content of this node, or [innerText] to access the textual content of its descendants.

lib/helpers/sitemap_helper.dart:13:37

   ╷
13 │           .map((element) => element.text)
   │                                     ^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
http ^1.0.0 1.6.0 1.6.0
meta ^1.8.0 1.18.2 1.18.2
path ^1.8.3 1.9.1 1.9.1
xml ^6.3.0 6.6.1 7.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
collection - 1.19.1 1.19.1
http_parser - 4.1.2 4.1.2
petitparser - 7.0.2 7.0.2
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1

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

The constraint `^6.3.0` on xml does not support the stable version `7.0.0`, that was published 9 days ago.

When xml is 30 days old, this package will no longer be awarded points in this category.

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

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

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

flutter pub downgrade failed with:

OUT:
Resolving dependencies...
Downloading packages...
< async 2.5.0 (was 2.13.1)
+ charcode 1.2.0
< collection 1.17.0 (was 1.19.1)
< http 1.0.0 (was 1.6.0)
< http_parser 4.0.0 (was 4.1.2)
< meta 1.9.0 (was 1.18.2)
< path 1.8.3 (was 1.9.1)
< petitparser 5.4.0 (was 7.0.2)
[10 more lines]
ERR:
Exceeded timeout of 0:02:00.000000

Run flutter pub downgrade and then flutter 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.12, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
130
points
42
downloads

Documentation

API reference

Publisher

verified publishercommanddash.io

Weekly Downloads

Framework package to create and publish dash agents for commanddash

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

http, meta, path, xml

More

Packages that depend on dash_agent