shadertoy_client 2.3.0 copy "shadertoy_client: ^2.3.0" to clipboard
shadertoy_client: ^2.3.0 copied to clipboard

An http client implementation of the shadertoy API using Dio Http client. Supports the REST API (using an application key) and the Site API (registered and anonymous users)

0
likes
130/ 140
pub points
0%
popularity

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

OK
Provide documentation
20 / 20trigger folding of the section

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

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

10/10 points: Package has 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: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
OK
Pass static analysis
50 / 50trigger folding of the section

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

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
cookie_jar ^3.0.1 3.0.1 4.0.8
dio ^4.0.6 4.0.6 5.4.3+1
dio_cookie_manager ^2.0.0 2.0.0 3.1.1
glob ^2.1.0 2.1.2 2.1.2
html ^0.15.1 0.15.4 0.15.4
intl ^0.17.0 0.17.0 0.19.0
meta ^1.8.0 1.14.0 1.14.0
path ^1.8.2 1.9.0 1.9.0
pool ^1.5.1 1.5.1 1.5.1
retry ^3.1.0 3.1.2 3.1.2
shadertoy ^2.3.0 2.3.0 2.3.0
stash ^4.3.4 4.5.3 5.2.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
csslib - 1.0.0 1.0.0
equatable - 2.0.5 2.0.5
file - 7.0.0 7.0.0
http_parser - 4.0.2 4.0.2
json_annotation - 4.8.1 4.8.1
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
uuid - 3.0.7 4.4.0

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

Found 5 issues. Showing the first 2:

The constraint `^3.0.1` on cookie_jar does not support the stable version `4.0.0`.

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

The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

0
likes
130
pub points
0%
popularity

Publisher

verified publisherivoleitao.dev

An http client implementation of the shadertoy API using Dio Http client. Supports the REST API (using an application key) and the Site API (registered and anonymous users)

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cookie_jar, dio, dio_cookie_manager, glob, html, intl, meta, path, pool, retry, shadertoy, stash

More

Packages that depend on shadertoy_client