Commit 8679f592 authored by Andrey's avatar Andrey

Added basic example

parent 25ce92eb
import 'package:esc_pos_printer/esc_pos_printer.dart';
main() {
Printer.connect('192.168.0.123', 9100).then((printer) {
printer.println('hello world :)');
printer.cut();
printer.disconnect();
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment