healthrian_common_support 2.4.4 copy "healthrian_common_support: ^2.4.4" to clipboard
healthrian_common_support: ^2.4.4 copied to clipboard

Healthrian common support library

95/ 160
pub points
396
downloads

We analyzed this package 27 hours ago, and awarded it 95 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("2.4.4").

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.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

22 out of 542 API elements (4.1 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: healthrian_common_support.$ChannelDataCopyWith, healthrian_common_support.$LeadStateCopyWith, healthrian_common_support.AdaptiveFilterRT, healthrian_common_support.AdaptiveFilterRT.AdaptiveFilterRT.new, healthrian_common_support.AdaptiveFilterRT.applyFilter.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 43 issues. Showing the first 2:

INFO: The variable name 'r_detected' isn't a lowerCamelCase identifier.

lib/src/filter/adaptive/adaptive_filter.dart:31:7

   ╷
31 │   int r_detected = 0;
   │       ^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/filter/adaptive/adaptive_filter.dart

INFO: The variable name 'r_prev' isn't a lowerCamelCase identifier.

lib/src/filter/adaptive/adaptive_filter.dart:32:7

   ╷
32 │   int r_prev = 0;
   │       ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/filter/adaptive/adaptive_filter.dart

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

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
copy_with_extension any 12.0.0 12.0.0
equatable any 2.0.8 2.0.8
iirjdart any 0.1.0 0.1.0
json_annotation any 4.10.0 4.10.0
mobx any 2.6.0 2.6.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
complex - 0.7.2 0.8.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
vector_math - 2.2.0 2.2.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 48 errors:

  • CREATION_WITH_NON_TYPE - lib/src/channels/channel_data.g.dart:119:24 - The name '$CopyWithPlaceholder' isn't a class.
  • CREATION_WITH_NON_TYPE - lib/src/channels/channel_data.g.dart:120:24 - The name '$CopyWithPlaceholder' isn't a class.
  • CREATION_WITH_NON_TYPE - lib/src/channels/channel_data.g.dart:121:24 - The name '$CopyWithPlaceholder' isn't a class.

Run flutter pub downgrade and then flutter 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.9, Flutter 3.38.9, Dart 3.10.8.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
95
points
396
downloads

Publisher

unverified uploader

Weekly Downloads

Healthrian common support library

Homepage
Repository

Documentation

API reference

License

MIT (license)

Dependencies

copy_with_extension, equatable, flutter, iirjdart, json_annotation, mobx

More

Packages that depend on healthrian_common_support