reservoir 4.0.1
reservoir: ^4.0.1 copied to clipboard
An indexed table-like data type that works well with Hive boxes.
We analyzed this package 28 hours ago, and awarded it 115 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: reservoir.
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: reservoir, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:53:49
╷
53 │ <p>Please file feature requests and bugs at the <a href="http://github.com/moontreeapp/reservoir/issues">issue tracker</a>.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
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
29 out of 98 API elements (29.6 %) have documentation comments.
Some symbols that are missing documentation: change, change.Added, change.Added.Added.new, change.Change.Change.new, change.Change.data.
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/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: Change.id, Change.data
lib/change.dart:6:16
╷
6 │ abstract class Change<Record> with EquatableMixin {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/change.dart
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: Change.id, Change.data
lib/change.dart:29:7
╷
29 │ class Loaded<Record> extends Change<Record> {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/change.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.3 |
2.0.8 | 2.0.8 | |
hive |
^2.0.4 |
2.2.3 | 2.2.3 | |
ordered_set |
^3.1.0 |
3.2.0 | 8.0.0 | |
rxdart |
^0.27.1 |
0.27.7 | 0.28.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
- | 3.0.7 | 3.0.7 | |
meta |
- | 1.17.0 | 1.17.0 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.1.0` on ordered_set does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions ordered_set to update the constraint.
The constraint `^0.27.1` on rxdart does not support the stable version `0.28.0`.
Try running dart pub upgrade --major-versions rxdart 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.5, Dart 3.10.7.
Check the analysis log for details.