zpl_kit 0.0.1
zpl_kit: ^0.0.1 copied to clipboard
A declarative layout engine for generating Zebra Programming Language (ZPL) strings with Flexbox-like components.
0.0.1 #
- Initial Release: Core declarative layout engine for Zebra Programming Language (ZPL).
- Layout Components: Added
ZplColumn,ZplRow, andZplPaddingfor coordinate-free design. - Basic Widgets: Implemented
ZplTextandZplBarcode(supporting Code 128 and other common types). - Compiler: Integrated
ZplBuilderto transform the component tree into raw ZPL strings. - Example Project: Added a full Flutter example app for interactive testing and demonstration.