datecs_sk1_21 0.1.0
datecs_sk1_21: ^0.1.0 copied to clipboard
Complete Dart SDK for Datecs SK1-21 fiscal thermal printer. Supports fiscal receipts, reports, PLU items, VAT rates, electronic journal, fiscal memory, and display control via DUDE COM driver on Windows.
We analyzed this package 3 days ago, and awarded it 140 pub points (of a possible 160):
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.
Repository URL doesn't exist.
At the time of the analysis https://github.com/alexbordei/datecs_sk1_21 was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/alexbordei/datecs_sk1_21/issues was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://github.com/alexbordei/datecs_sk1_21#readme was unreachable. Make sure that the website is reachable via HEAD requests.
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.
10/10 points: 20% or more of the public API has dartdoc comments
456 out of 527 API elements (86.5 %) have documentation comments.
Some symbols that are missing documentation: datecs_sk1_21.AdditionalDailyInfo.AdditionalDailyInfo.new, datecs_sk1_21.DailyReportResult.DailyReportResult.new, datecs_sk1_21.DailyReportType.code, datecs_sk1_21.DailyTaxInfo.DailyTaxInfo.new, datecs_sk1_21.DatecsDriver.DatecsDriver.new.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Windows
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:datecs_sk1_21/datecs_sk1_21.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:datecs_sk1_21/datecs_sk1_21.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:datecs_sk1_21/datecs_sk1_21.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:datecs_sk1_21/datecs_sk1_21.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:datecs_sk1_21/datecs_sk1_21.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 150 issues. Showing the first 2:
INFO: Sort directive sections alphabetically.
lib/datecs_sk1_21.dart:32:1
╷
32 │ export 'src/datecs_driver.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/datecs_sk1_21.dart
INFO: Constructor declarations should be before non-constructor declarations.
lib/src/datecs_driver.dart:23:3
╷
23 │ DatecsResponse({
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/datecs_driver.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Dart 3.11.1.
Check the analysis log for details.