esc_pos_bluetooth_v2 0.0.2
esc_pos_bluetooth_v2: ^0.0.2 copied to clipboard
The library allows to print receipts using an ESC/POS thermal Bluetooth printer (v2).
We analyzed this package 4 days ago, and awarded it 110 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/oengmengthong/esc_pos_bluetooth_v2 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.
0/10 points: 20% or more of the public API has dartdoc comments
2 out of 24 API elements (8.3 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: esc_pos_bluetooth_v2, esc_pos_bluetooth_v2.PosPrintResult, esc_pos_bluetooth_v2.PosPrintResult.msg, esc_pos_bluetooth_v2.PosPrintResult.printInProgress, esc_pos_bluetooth_v2.PosPrintResult.printerNotSelected.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:esc_pos_bluetooth_v2/esc_pos_bluetooth_v2.dartthat imports:package:esc_pos_bluetooth_v2/src/printer_bluetooth_manager.dartthat imports:package:flutter_bluetooth_basic_v2/flutter_bluetooth_basic_v2.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:esc_pos_bluetooth_v2/esc_pos_bluetooth_v2.dartthat imports:package:esc_pos_bluetooth_v2/src/printer_bluetooth_manager.dartthat imports:package:flutter_bluetooth_basic_v2/flutter_bluetooth_basic_v2.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:esc_pos_bluetooth_v2/esc_pos_bluetooth_v2.dartthat imports:package:esc_pos_bluetooth_v2/src/printer_bluetooth_manager.dartthat imports:package:flutter_bluetooth_basic_v2/flutter_bluetooth_basic_v2.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:esc_pos_bluetooth_v2/esc_pos_bluetooth_v2.dartthat imports:package:esc_pos_bluetooth_v2/src/printer_bluetooth_manager.dartthat imports:package:flutter_bluetooth_basic_v2/flutter_bluetooth_basic_v2.dartthat declares support for platforms:Android,iOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Unused import: 'package:esc_pos_utils/esc_pos_utils.dart'.
lib/src/printer_bluetooth_manager.dart:11:8
╷
11 │ import 'package:esc_pos_utils/esc_pos_utils.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/printer_bluetooth_manager.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
esc_pos_utils |
^1.1.0 |
1.1.0 | 1.1.0 | |
flutter_bluetooth_basic_v2 |
^0.0.3 |
0.0.6 | 0.0.6 | Discontinued |
rxdart |
^0.26.0 |
0.26.0 | 0.28.0 |
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.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
gbk_codec |
- | 0.4.0 | 0.4.0 | |
hex |
- | 0.2.0 | 0.2.0 | |
html |
- | 0.15.6 | 0.15.6 | |
image |
- | 3.3.0 | 4.7.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.26.0` on rxdart does not support the stable version `0.27.0`.
Try running dart pub upgrade --major-versions rxdart to update the constraint.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- flutter_bluetooth_basic_v2.
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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.