proclaim 4.1.1
proclaim: ^4.1.1 copied to clipboard
An indexed table-like data type that works well with Hive boxes.
We analyzed this package 25 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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/proclaim/issues">issue tracker</a>.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("4.1.1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
49 out of 136 API elements (36.0 %) have documentation comments.
Some symbols that are missing documentation: buffer_count_window, buffer_count_window.BufferCountWindowExtensions, buffer_count_window.BufferCountWindowStreamTransformer, buffer_count_window.BufferCountWindowStreamTransformer.BufferCountWindowStreamTransformer.new, change.
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 9 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.record
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: Added.didOverrideDefault, Change.id, Change.record
lib/change.dart:29:7
╷
29 │ class Added<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.17.1 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
ordered_set |
^5.0.1 |
5.0.3 | 8.0.0 | |
rxdart |
^0.27.7 |
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 `^5.0.1` on ordered_set does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions ordered_set to update the constraint.
The constraint `^0.27.7` 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.3, Dart 3.10.4.
Check the analysis log for details.