entity_store_drift 7.0.0
entity_store_drift: ^7.0.0 copied to clipboard
Drift database integration for EntityStore state management ecosystem
We analyzed this package 5 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: entity_store_drift.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: entity_store_drift, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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: BSD-2-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
16 out of 58 API elements (27.6 %) have documentation comments.
Some symbols that are missing documentation: entity_store_drift, entity_store_drift.DriftTransactionContext, entity_store_drift.DriftTransactionContext.DriftTransactionContext.new, entity_store_drift.DriftTransactionContext.addOnCommitFunction, entity_store_drift.DriftTransactionContext.complete.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The type parameter name 'Id' matches a visible type name.
lib/src/drift_repository.dart:6:43
╷
6 │ abstract class EntityStoreDriftRepository<Id, E extends Entity<Id>>
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/drift_repository.dart
INFO: The type parameter name 'Id' matches a visible type name.
lib/src/drift_repository_query.dart:6:39
╷
6 │ class EntityStoreDriftRepositoryQuery<Id, E extends Entity<Id>>
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/drift_repository_query.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
drift |
^2.28.2 |
2.31.0 | 2.35.0 | |
entity_store |
^7.0.0 |
7.0.0 | 7.0.0 | |
sqlite3 |
^2.9.3 |
2.9.4 | 3.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
equatable |
- | 2.1.0 | 2.1.0 | |
ffi |
- | 2.2.0 | 2.2.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
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 `^2.9.3` on sqlite3 does not support the stable version `3.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.19, Dart 3.13.1.
Check the analysis log for details.