clinic_counter 0.0.2 copy "clinic_counter: ^0.0.2" to clipboard
clinic_counter: ^0.0.2 copied to clipboard

Widget to help healthworkers in observing breath/pulse rates

45/ 160
pub points
43
downloads

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

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

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

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 ("0.0.2").

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
10 / 20trigger folding of the section

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

7 out of 25 API elements (28.0 %) have documentation comments.

Some symbols that are missing documentation: clinic_counter, clinic_counter.Counter, clinic_counter.Counter.Counter.new, clinic_counter.CounterState, clinic_counter.CounterState.CounterState.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

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

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

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 issues. Showing the first 2:

ERROR: The getter 'primaryVariant' isn't defined for the type 'ColorScheme'.

lib/clinic_counter.dart:137:52

    ╷
137 │               color: Theme.of(context).colorScheme.primaryVariant,
    │                                                    ^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/clinic_counter.dart

ERROR: Too many positional arguments: 0 expected, but 1 found.

lib/main.dart:30:37

   ╷
30 │                             Counter(key),
   │                                     ^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/main.dart

Failed report section
Support up-to-date dependencies
10 / 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
simple_tooltip ^1.0.0 1.2.0 1.2.0
soundpool ^2.2.0 2.4.1 2.4.1 Discontinued
soundpool_web ^2.1.0 2.3.0 2.3.0 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
soundpool_macos - 2.3.0 2.3.0 Discontinued
soundpool_platform_interface - 2.2.0 2.2.0 Discontinued
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • soundpool
  • soundpool_web.

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 2 errors:

  • UNDEFINED_GETTER - lib/clinic_counter.dart:137:52 - The getter 'primaryVariant' isn't defined for the type 'ColorScheme'.
  • EXTRA_POSITIONAL_ARGUMENTS_COULD_BE_NAMED - lib/main.dart:30:37 - Too many positional arguments: 0 expected, but 1 found.

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.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
45
points
43
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Widget to help healthworkers in observing breath/pulse rates

Homepage

License

MIT (license)

Dependencies

flutter, simple_tooltip, soundpool, soundpool_web

More

Packages that depend on clinic_counter