Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.27 KB

File metadata and controls

18 lines (15 loc) · 1.27 KB

0.2.0

  • Add high-level LabelBuilder API with text, QR, line, rect, image and small flow helpers.
  • Add LabelTextOverflow, LabelTextBox and overflow-aware text rendering with wrap, ellipsis, clip and shrink-to-fit modes.
  • Add optional AutoLabelBuilder with lightweight layout helpers such as LabelRow, LabelColumn, LabelPadding and LabelAlign.
  • Add optional SmartLabelPresets for common text-and-QR business labels with reserved QR areas and bounded text boxes.
  • Add package widgets: PrinterStatusChip, PrinterConnectionIndicator, PrinterDeviceTile, PrinterDeviceList.
  • Add LabelPreview-driven fixed, auto-layout and smart-preset previews to the example and debug flows.
  • Add optional package pages: PrinterScanPage, PrinterConnectPage, PrinterDebugPage.
  • Add connection state stream and scan() alias for the public API.
  • Expand the example app to cover scan, connect, status, label printing and bitmap printing.
  • Refresh README and package metadata for a GitHub-ready plugin surface.

0.1.0

  • Add Android-first CT221B Bluetooth Classic / SPP MVP.
  • Add shared Dart API for device search, connect, reconnect, info query and bitmap-driven printing.
  • Add iOS unsupported stub to keep the API surface future-ready without pretending transport support.