shadertoy_sqlite 2.1.3
shadertoy_sqlite: ^2.1.3 copied to clipboard
A implementation of the shadertoy storage API using Sqlite as the storage backend
We analyzed this package 9 hours ago, and awarded it 100 pub points (of a possible 160):
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.
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.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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
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.2.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.
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.23.8, Dart 3.10.8.
Check the analysis log for details.