escpos 5.0.2
escpos: ^5.0.2 copied to clipboard
Dart library for ESC/POS with networking capability
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
53 out of 163 API elements (32.5 %) have documentation comments.
Some symbols that are missing documentation: escpos
, escpos.Barcode
, escpos.Barcode.data
, escpos.Barcode.type
, escpos.BarcodeFont
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:escpos/escpos.dart
that imports:package:escpos/src/network_printer.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:escpos/escpos.dart
that imports:package:escpos/src/network_printer.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/pos_column.dart:26:14
╷
26 │ if (text != null &&
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/pos_column.dart
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/ticket.dart:132:26
╷
132 │ if (styles.codeTable != null) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ticket.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
gbk_codec_nohtml |
1.0.0 |
1.0.0 | 1.0.0 | |
hex |
0.2.0 |
0.2.0 | 0.2.0 | |
image |
3.0.2 |
3.0.2 | 4.5.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 5.4.0 | 7.0.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 5.4.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `3.0.2` on image does not support the stable version `3.0.3`.
Try running dart pub upgrade --major-versions image
to update the constraint.
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.22.23
, Flutter 3.35.3
, Dart 3.9.2
.
Check the analysis log for details.