shadertoy_cli 2.0.3 copy "shadertoy_cli: ^2.0.3" to clipboard
shadertoy_cli: ^2.0.3 copied to clipboard

unlisted

A sample command-line application.

80/ 160
pub points
1
downloads

We analyzed this package 24 hours ago, and awarded it 80 pub points (of a possible 160):

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

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

Failed to verify repository URL.

packages/shadertoy_cli/pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: shadertoy_cli,
    • contains a version property, and,
    • does not contain a publish_to property.

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

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

2 out of 2 API elements (100.0 %) have documentation comments.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:shadertoy_cli/shadertoy_cli.dart that imports:
  • package:shadertoy_cli/src/cli.dart that imports:
  • package:shadertoy_cli/src/command/user.dart that imports:
  • package:shadertoy_cli/src/command/multi.dart that imports:
  • package:shadertoy_cli/src/command/base.dart that imports:
  • package:shadertoy_client/shadertoy_client.dart that imports:
  • package:shadertoy_client/src/ws/ws_client.dart that imports:
  • package:shadertoy_client/src/http_client.dart that imports:
  • package:dio_cookie_manager/dio_cookie_manager.dart that imports:
  • package:dio_cookie_manager/src/cookie_mgr.dart that imports:
  • package:cookie_jar/cookie_jar.dart that imports:
  • package:cookie_jar/src/file_storage.dart that imports:
  • dart:io
Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

ERROR: The argument type 'HybridSyncMode' can't be assigned to the parameter type 'VaultStore'.

lib/src/command/database.dart:71:25

   ╷
71 │     client.rsync(store, mode,
   │                         ^^^^
   ╵

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

ERROR: 3 positional arguments expected by 'rsync', but 2 found.

lib/src/command/database.dart:71:29

   ╷
71 │     client.rsync(store, mode,
   │                             ^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
args ^2.1.1 2.7.0 2.7.0
enum_to_string ^2.0.1 2.2.1 2.2.1
file ^6.1.2 6.1.4 7.0.1
moor ^4.4.1 4.5.0 4.6.1+1 Discontinued
path ^1.8.0 1.9.1 1.9.1
progress_bar ^1.0.0 1.0.0 1.0.0
shadertoy ^2.0.3 2.3.0 2.3.0
shadertoy_client ^2.0.3 2.3.0 2.3.0
shadertoy_sqlite ^2.0.3 2.1.4 2.1.4
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
cookie_jar - 3.0.1 4.0.8
crypto - 3.0.7 3.0.7
csslib - 1.0.2 1.0.2
dio - 4.0.6 5.9.1
dio_cookie_manager - 2.0.0 3.3.0
drift - 2.8.2 2.31.0
equatable - 2.0.8 2.0.8
ffi - 2.2.0 2.2.0
glob - 2.1.3 2.1.3
html - 0.15.6 0.15.6
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.17.0 0.20.2
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.10.0 4.10.0
meta - 1.18.1 1.18.1
pedantic - 1.11.1 1.11.1 Discontinued
pool - 1.5.2 1.5.2
resource_portable - 3.1.2 3.1.2
retry - 3.1.2 3.1.2
source_span - 1.10.2 1.10.2
sqlite3 - 1.11.2 3.1.5
stack_trace - 1.12.1 1.12.1
stash - 4.5.3 5.2.0
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 3.0.7 4.5.2
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.1.2` on file does not support the stable version `7.0.0`.

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • moor.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.9, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
1
downloads

Publisher

verified publisherivoleitao.dev

Weekly Downloads

A sample command-line application.

Documentation

API reference

License

MIT (license)

Dependencies

args, enum_to_string, file, moor, path, progress_bar, shadertoy, shadertoy_client, shadertoy_sqlite

More

Packages that depend on shadertoy_cli