flutter_receipt_printer 1.0.0
flutter_receipt_printer: ^1.0.0 copied to clipboard
A modern Bluetooth thermal printer plugin for Flutter. Supports ESC/POS receipts, TSC labels, QR codes, barcodes, and Unicode on Android, iOS, macOS, Windows & Linux.
We analyzed this package 21 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/iSharpeners/flutter_receipt_printer 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/iSharpeners/flutter_receipt_printer/issues 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
7 out of 85 API elements (8.2 %) 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: flutter_receipt_printer, flutter_receipt_printer.BluetoothDeviceModel, flutter_receipt_printer.BluetoothDeviceModel.BluetoothDeviceModel.fromBluetoothDevice, flutter_receipt_printer.BluetoothDeviceModel.BluetoothDeviceModel.fromBluetoothDiscovery, flutter_receipt_printer.BluetoothDeviceModel.BluetoothDeviceModel.new.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:flutter_receipt_printer/flutter_receipt_printer.dartthat imports:package:flutter_receipt_printer/src/models/bluetooth_device.dartthat imports:package:flutter_bluetooth_serial/flutter_bluetooth_serial.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:flutter_receipt_printer/flutter_receipt_printer.dartthat imports:package:flutter_receipt_printer/src/models/bluetooth_device.dartthat imports:package:flutter_bluetooth_serial/flutter_bluetooth_serial.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:flutter_receipt_printer/flutter_receipt_printer.dartthat imports:package:flutter_receipt_printer/src/models/bluetooth_device.dartthat imports:package:flutter_bluetooth_serial/flutter_bluetooth_serial.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:flutter_receipt_printer/flutter_receipt_printer.dartthat imports:package:flutter_receipt_printer/src/models/bluetooth_device.dartthat imports:package:flutter_bluetooth_serial/flutter_bluetooth_serial.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:flutter_receipt_printer/flutter_receipt_printer.dartthat imports:package:flutter_receipt_printer/src/models/bluetooth_device.dartthat imports:package:flutter_bluetooth_serial/flutter_bluetooth_serial.dartthat declares support for platforms:Android.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_blue_plus |
^1.35.5 |
1.36.8 | 2.2.1 | |
flutter_bluetooth_serial |
^0.4.0 |
0.4.0 | 0.4.0 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.3.0 |
2.5.4 | 2.5.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.35.5` on flutter_blue_plus does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions flutter_blue_plus to update the constraint.
The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler 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.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.