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

0
likes
120/ 160
pub points
46
downloads

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

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

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

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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

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.

partial
Pass static analysis
40 / 50trigger folding of the section

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
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest
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.

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

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.17, Dart 3.6.0.

Check the analysis log for details.

0
likes
120
points
46
downloads

Publisher

verified publisherpaveltretyakov.ru

Weekly Downloads

Application to watch files changes and restart dart application

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

argenius

More

Packages that depend on darttrack