Skip to content

New line auto generated when using left indent #5

@PhilipPurwoko

Description

@PhilipPurwoko

When set left align, sort of new line is created.

WhatsApp Image 2022-04-07 at 1 46 28 PM

Expected
Should be aligned

Tanggal---: 2020-08-12
Kasir-----: dev-loket

Flutter Codes

await FlutterPaxPrinterUtility.init();
await FlutterPaxPrinterUtility.spaceSet(0, 10);
await FlutterPaxPrinterUtility.setGray(1);
await FlutterPaxPrinterUtility.step(20);
await FlutterPaxPrinterUtility.fontSet(EFontTypeAscii.FONT_12_24, EFontTypeExtCode.FONT_24_24);
await FlutterPaxPrinterUtility.leftIndents(0);
await FlutterPaxPrinterUtility.printStr('Outlet', null);
await FlutterPaxPrinterUtility.leftIndents(150);
await FlutterPaxPrinterUtility.printStr('$outletName\n', null);
await FlutterPaxPrinterUtility.leftIndents(0);
await FlutterPaxPrinterUtility.printStr('Nomor Order', null);
await FlutterPaxPrinterUtility.leftIndents(150);
await FlutterPaxPrinterUtility.printStr(': $nomorOrder\n', null);
await FlutterPaxPrinterUtility.leftIndents(0);
await FlutterPaxPrinterUtility.printStr('Tanggal', null);
await FlutterPaxPrinterUtility.leftIndents(150);
await FlutterPaxPrinterUtility.printStr(': ${DateTime.now().toDMYHM()}\n', null);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions