continuum_store_memory 5.2.0
continuum_store_memory: ^5.2.0 copied to clipboard
In-memory EventStore implementation for the continuum event sourcing library.
We analyzed this package 10 hours ago, and awarded it 70 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://zooper.dev was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/zooper/continuum was unreachable. Make sure that the website is reachable via HEAD requests.
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
25 out of 27 API elements (92.6 %) have documentation comments.
Some symbols that are missing documentation: continuum_store_memory.InMemoryEventStore.InMemoryEventStore.new, continuum_store_memory.InMemoryReadModelStore.InMemoryReadModelStore.new.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: Missing concrete implementation of 'EventStore.softDeleteStreamAsync'.
lib/src/in_memory_event_store.dart:11:13
╷
11 │ final class InMemoryEventStore implements AtomicEventStore, ProjectionEventStore {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/in_memory_event_store.dart
ERROR: Missing concrete implementation of 'TargetPersistenceAdapter.deleteAsync'.
lib/src/in_memory_persistence_adapter.dart:14:13
╷
14 │ final class InMemoryPersistenceAdapter<TAggregate> implements TargetPersistenceAdapter<TAggregate> {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/in_memory_persistence_adapter.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
continuum |
^5.0.0 |
5.3.0 | 5.3.0 | |
continuum_event_sourcing |
^5.0.0 |
5.3.0 | 5.3.0 | |
continuum_state |
^5.0.0 |
5.3.0 | 5.3.0 | |
zooper_flutter_core |
^2.0.0 |
2.0.0 | 2.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
bounded |
- | 2.0.0 | 2.0.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
continuum_uow |
- | 5.3.0 | 5.3.0 | |
intl |
- | 0.20.2 | 0.20.2 | |
jiffy |
- | 6.4.4 | 6.4.4 | |
json_annotation |
- | 4.11.0 | 4.11.0 | |
matcher |
- | 0.12.19 | 0.12.19 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.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 | |
test_api |
- | 0.7.10 | 0.7.10 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
IMPLEMENTS_NON_CLASS-lib/src/in_memory_persistence_adapter.dart:14:63- Classes and mixins can only implement other classes and mixins.
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.10, Dart 3.11.1.
Check the analysis log for details.