@@ -9,7 +9,7 @@ The library allows to print receipts using an ESC/POS thermal WiFi/Bluetooth pri
...
@@ -9,7 +9,7 @@ The library allows to print receipts using an ESC/POS thermal WiFi/Bluetooth pri
WiFi printing can be used in [Flutter](https://flutter.dev/) or pure [Dart](https://dart.dev/) projects. For Flutter projects, both Android and iOS are supported.
WiFi printing can be used in [Flutter](https://flutter.dev/) or pure [Dart](https://dart.dev/) projects. For Flutter projects, both Android and iOS are supported.
Bluetooth printing can be used only for iOS. Android support will be added soon (I hope).
Bluetooth printing can be used only for iOS. Android support will be added soon *(I hope)*.
To discover existing printers in your subnet, consider using [ping_discover_network](https://pub.dev/packages/ping_discover_network) package. Note that most of the ESC/POS printers by default listen on port 9100.
To discover existing printers in your subnet, consider using [ping_discover_network](https://pub.dev/packages/ping_discover_network) package. Note that most of the ESC/POS printers by default listen on port 9100.
...
@@ -17,7 +17,7 @@ To discover existing printers in your subnet, consider using [ping_discover_netw
...
@@ -17,7 +17,7 @@ To discover existing printers in your subnet, consider using [ping_discover_netw
* Connect to Wi-Fi / Bluetooth printers
* Connect to Wi-Fi / Bluetooth printers
* Simple text printing using *text* method
* Simple text printing using *text* method
* Tables printing using *printRow* method
* Tables printing using *row* method
* Text styling:
* Text styling:
* size, align, bold, reverse, underline, different fonts, turn 90°
* size, align, bold, reverse, underline, different fonts, turn 90°
* Print images
* Print images
...
@@ -29,60 +29,58 @@ To discover existing printers in your subnet, consider using [ping_discover_netw
...
@@ -29,60 +29,58 @@ To discover existing printers in your subnet, consider using [ping_discover_netw
**Note**: Your printer may not support some of the presented features (especially for underline styles, partial/full paper cutting, reverse feed, ...).
**Note**: Your printer may not support some of the presented features (especially for underline styles, partial/full paper cutting, reverse feed, ...).