shadertoy_sqlite 2.1.4 copy "shadertoy_sqlite: ^2.1.4" to clipboard
shadertoy_sqlite: ^2.1.4 copied to clipboard

A implementation of the shadertoy storage API using Sqlite as the storage backend

100/ 160
pub points
12
downloads

We analyzed this package 1 hour ago, and awarded it 100 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: MIT.

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

68 out of 70 API elements (97.1 %) have documentation comments.

Some symbols that are missing documentation: shadertoy_sqlite.ShadertoySqliteStore, shadertoy_sqlite.WebBackend.

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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 42 issues. Showing the first 2:

ERROR: The argument type 'String' can't be assigned to the parameter type 'void Function(GenerationContext)?'.

lib/src/sqlite/store.g.dart:1169:27

     ╷
1169 │       defaultConstraints: 'REFERENCES "Shader" ("id") ON DELETE CASCADE');
     │                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     ╵

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

ERROR: The argument type 'String' can't be assigned to the parameter type 'void Function(GenerationContext)?'.

lib/src/sqlite/store.g.dart:1196:27

     ╷
1196 │       defaultConstraints: 'CHECK ("hidden" IN (0, 1))',
     │                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/sqlite/store.g.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
drift ^2.2.0 2.8.2 2.30.1
path ^1.8.2 1.9.1 1.9.1
resource_portable ^3.0.0 3.1.2 3.1.2
shadertoy ^2.3.0 2.3.0 2.3.0
sqlite3 ^1.9.1 1.11.2 3.1.4
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
equatable - 2.0.8 2.0.8
ffi - 2.1.5 2.1.5
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.10.0 4.10.0
meta - 1.18.1 1.18.1
source_span - 1.10.1 1.10.1
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
web - 1.1.1 1.1.1

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

The constraint `^1.9.1` on sqlite3 does not support the stable version `2.0.0`.

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

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.8, Dart 3.10.8.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
12
downloads

Publisher

verified publisherivoleitao.dev

Weekly Downloads

A implementation of the shadertoy storage API using Sqlite as the storage backend

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

drift, path, resource_portable, shadertoy, sqlite3

More

Packages that depend on shadertoy_sqlite