proclaim 4.1.1 copy "proclaim: ^4.1.1" to clipboard
proclaim: ^4.1.1 copied to clipboard

An indexed table-like data type that works well with Hive boxes.

120/ 160
pub points
5
downloads

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

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Failed check 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.

Failed check 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.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

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

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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

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

Publisher

unverified uploader

Weekly Downloads

An indexed table-like data type that works well with Hive boxes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, equatable, hive, ordered_set, rxdart

More

Packages that depend on proclaim