godex 1.0.0
godex: ^1.0.0 copied to clipboard
A dart package for communicating with and controlling Godex label printers.
godex #
godex is a Dart package for communicating with and controlling GoDEX label printers. It provides a simple, high-level API for printing labels using images. This package is suitable for Flutter and Dart backend applications that require label printing for logistics, inventory, retail, and more.
✨ Features #
- Connect to GoDEX printers via network UDP.
- Generate and send raw label commands.
- Print images.
- Cross-platform ready (desktop, mobile, and backend via Dart VM).
🚀 Getting Started #
Installation #
Add godex to your pubspec.yaml:
dependencies:
godex: any
Then run:
dart pub get
or for Flutter:
flutter pub get
🧰 Usage #
See godex_example.dart
🖨 Supported Printers #
This package is designed for GoDEX printers supporting EZPL or similar command languages. Confirm compatibility with your specific model.
🙌 Contributions #
Contributions, issues, and feature requests are welcome!