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.
It 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 also be used on both Android and iOS platforms.
To scan for printers in your network, 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.
**Here are some [printers tested with this library](printers.md). Please add your models you have tested to maintain and improve this library and help others to choose the right printer.**
**Here is a [printers tested with this library](printers.md). Please add your models you have tested to maintain and improve this library and to choose the right printer.**
@@ -6,9 +6,7 @@ This will help to maintain and improve this library and to choose the right prin
...
@@ -6,9 +6,7 @@ This will help to maintain and improve this library and to choose the right prin
Thank you for your collaboration!
Thank you for your collaboration!
## Printers list
## WiFi/Ethernet Printers List
| Model | Interface | Paper | Library Ver. | Comments |
| Model | Paper | Library Ver. | Comments |
|---|---|---|---|---|
|---|---|---|---|
| [Xprinter XP-N160I](http://www.xprinter.net/index.php/Product/product_detail/id/4/cid2/21/cid/1) | Wifi | 80mm | 2.1.2 | No issues (tested on Desktop with pure Dart, Android, iOS) |
| [Xprinter XP-N160I](http://www.xprinter.net/index.php/Product/product_detail/id/4/cid2/21/cid/1) | 80mm | 3.0.0 | No issues (tested on Desktop with pure Dart, Android, iOS) |
| [MUNBYN IMP034-BK](https://images-na.ssl-images-amazon.com/images/I/514cEfTx%2BtL._SL1000_.jpg) | Bluetooth | 58mm | 2.1.2 | No issues (Android, iOS) |