versatile_timer 1.0.1 copy "versatile_timer: ^1.0.1" to clipboard
versatile_timer: ^1.0.1 copied to clipboard

VersatileTimer is designed to support many use cases where a stream of timed events is required. In addition to start, stop, pause, resume and changeSpeed, VersatileTimer offers a number of options t [...]

130/ 160
pub points
29
downloads

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

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

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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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

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

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

Detected license: BSD-3-Clause.

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

45 out of 127 API elements (35.4 %) have documentation comments.

Some symbols that are missing documentation: versatile_timer, versatile_timer.ConfigTransform.ConfigTransform.new, versatile_timer.DataTransform.DataTransform.new, versatile_timer.DefaultPatternStep, versatile_timer.DefaultPatternStep.DefaultPatternStep.new.

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 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:versatile_timer/versatile_timer.dart that imports:
  • package:versatile_timer/src/timer/versatile_timer.dart that imports:
  • package:versatile_timer/src/pattern/pattern_config.dart that imports:
  • package:versatile_timer/src/common/common.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io
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 7 issues. Showing the first 2:

/tmp/pana_RWFLYH/lib/src/fixed/fixed_filter.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_RWFLYH/lib/src/pattern/pattern_config.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
logger ^1.3.0 1.4.0 2.6.2

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

The constraint `^1.3.0` on logger does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions logger 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
130
points
29
downloads

Publisher

verified publishertakkan.org

Weekly Downloads

VersatileTimer is designed to support many use cases where a stream of timed events is required. In addition to start, stop, pause, resume and changeSpeed, VersatileTimer offers a number of options to determine how the output 'ticks' are generated from a given input.

Repository (GitLab)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

logger

More

Packages that depend on versatile_timer