andrey-ushakov / esc_pos_printer

ESC/POS (thermal, receipt) printing for Flutter & Dart
BSD 3-Clause "New" or "Revised" License
346 stars 298 forks source link

PosColumn Not Support for Image #152

Open wisnuwiry opened 2 years ago

wisnuwiry commented 2 years ago

I want to render/print whatever the type is in the form of a row. And for now for row(), and also supports only PosColumn which can only render text only.

Maybe the example like this

generator.row([
      PosColumn(child: Image(img)),
      PosColumn(child: 'This one is text'),
    ]);