ekasetiawans / flutter_bluetooth_printer_plugin

MIT License
21 stars 36 forks source link

can't cut paper #15

Open terry8204 opened 1 year ago

terry8204 commented 1 year ago

change the code to :
final additional = [ ...generator.emptyLines(addFeeds), ...generator.text('.'), ];

final additional = [
  ...generator.emptyLines(addFeeds),
  ...generator.text('.'),
  ...generator.cut(),
];

maybe the print function could trans the custom additional bytes to blue tooth device?