stem_sqlite 0.1.0-alpha.4 copy "stem_sqlite: ^0.1.0-alpha.4" to clipboard
stem_sqlite: ^0.1.0-alpha.4 copied to clipboard

SQLite broker and result backend for Stem.

120/ 160
pub points
260
downloads

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

Failed report section
Follow Dart file conventions
10 / 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

77 out of 131 API elements (58.8 %) have documentation comments.

Some symbols that are missing documentation: stem_sqlite, stem_sqlite.SqliteBroker, stem_sqlite.SqliteBroker.close, stem_sqlite.SqliteBroker.deadLetterRetention, stem_sqlite.SqliteBroker.defaultVisibilityTimeout.

Passed check 10/10 points: Package has an example

Failed 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:stem_sqlite/stem_sqlite.dart that imports:
  • package:stem_sqlite/src/workflow/sqlite_workflow_store.dart that imports:
  • package:stem/stem.dart that imports:
  • package:stem/src/workflow/workflow.dart that imports:
  • package:stem/src/workflow/runtime/workflow_runtime.dart that imports:
  • package:stem/src/signals/payloads.dart that imports:
  • package:stem/src/core/contracts.dart that imports:
  • package:stem/src/core/task_invocation.dart that imports:
  • dart:isolate

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:stem_sqlite/stem_sqlite.dart that imports:
  • package:stem_sqlite/src/workflow/sqlite_workflow_store.dart that imports:
  • package:stem/stem.dart that imports:
  • package:stem/src/workflow/workflow.dart that imports:
  • package:stem/src/workflow/runtime/workflow_runtime.dart that imports:
  • package:stem/src/signals/payloads.dart that imports:
  • package:stem/src/core/contracts.dart that imports:
  • package:stem/src/core/task_invocation.dart that imports:
  • dart:isolate

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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
collection ^1.18.0 1.19.1 1.19.1
drift ^2.15.0 2.29.0 2.29.0
meta ^1.17.0 1.17.0 1.17.0
path ^1.9.1 1.9.1 1.9.1
sqlite3 ^2.9.3 2.9.4 3.0.1
stem ^0.1.0-alpha.4 0.1.0-alpha.4 0.1.0-alpha.4
Transitive dependencies
Package Constraint Compatible Latest Notes
ansicolor - 2.0.3 2.0.3
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
clock - 1.1.2 1.1.2
contextual - 2.0.0 2.0.0
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
cryptography - 2.7.0 2.7.0
dart_mappable - 4.6.1 4.6.1
dartastic_opentelemetry - 0.9.3 0.9.3
dartastic_opentelemetry_api - 0.8.8 0.8.8
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
gato - 0.0.5+1 0.0.5+1
glob - 2.1.3 2.1.3
google_identity_services_web - 0.3.3+1 0.3.3+1
googleapis_auth - 2.0.0 2.0.0
grpc - 4.2.0 5.0.0
http - 1.6.0 1.6.0
http2 - 2.3.1 2.3.1
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
js - 0.6.7 0.7.2 Discontinued
protobuf - 4.2.0 5.1.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
timezone - 0.10.1 0.10.1
type_plus - 2.1.1 2.1.1
typed_data - 1.4.0 1.4.0
universal_io - 2.3.1 2.3.1
web - 1.1.1 1.1.1
yaml - 3.1.3 3.1.3

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

The constraint `^2.9.3` on sqlite3 does not support the stable version `3.0.0`, that was published 5 days ago.

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

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

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

downgrade analysis failed failed with 672 errors:

  • EXTENDS_NON_CLASS - lib/src/database.g.dart:3313:13 - Classes can only extend other classes.
  • SUPER_FORMAL_PARAMETER_WITHOUT_ASSOCIATED_NAMED - lib/src/database.g.dart:3315:20 - No associated named super constructor parameter.
  • SUPER_FORMAL_PARAMETER_WITHOUT_ASSOCIATED_NAMED - lib/src/database.g.dart:3316:20 - No associated named super constructor parameter.

Run dart pub downgrade and then dart 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.1, Dart 3.10.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
260
downloads

Publisher

unverified uploader

Weekly Downloads

SQLite broker and result backend for Stem.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

collection, drift, meta, path, sqlite3, stem

More

Packages that depend on stem_sqlite