darttrack 1.2.1 copy "darttrack: ^1.2.1" to clipboard
darttrack: ^1.2.1 copied to clipboard

Application to watch files changes and restart dart application

1
likes
120/ 160
pub points
36
downloads

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

Passed report section
Follow Dart file conventions
30 / 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

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

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

2 out of 2 API elements (100.0 %) have documentation comments.

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
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:darttrack/darttrack.dart that imports:
  • package:darttrack/src/darttrack.dart that imports:
  • package:darttrack/src/controller.dart that imports:
  • package:darttrack/src/watcher.dart that imports:
  • package:darttrack/src/types.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:darttrack/darttrack.dart that imports:
  • package:darttrack/src/darttrack.dart that imports:
  • package:darttrack/src/controller.dart that imports:
  • package:darttrack/src/watcher.dart that imports:
  • package:darttrack/src/types.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full 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 5 issues. Showing the first 2:

INFO: Dangling library doc comment.

bin/darttrack.dart:1:1

  ╷
1 │ /// Copyright © 2023 Pavel Tretyakov. All rights reserved.
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze bin/darttrack.dart

INFO: Dangling library doc comment.

lib/src/controller.dart:1:1

  ╷
1 │ /// Copyright © 2023 Pavel Tretyakov. All rights reserved.
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/controller.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
argenius ^1.0.0 1.1.1 1.1.1

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 1 error:

  • UNDEFINED_METHOD - lib/src/controller.dart:130:34 - The method 'stringToList' isn't defined for the type 'Argenius'.

Run dart pub downgrade and then dart 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.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
36
downloads

Publisher

verified publisherpaveltretyakov.ru

Weekly Downloads

Application to watch files changes and restart dart application

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

argenius

More

Packages that depend on darttrack