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.
- 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).
Add godex to your pubspec.yaml:
dependencies:
godex: anyThen run:
dart pub get
or for Flutter:
flutter pub get
See godex_example.dart
This package is designed for GoDEX printers supporting EZPL or similar command languages. Confirm compatibility with your specific model.
Contributions, issues, and feature requests are welcome!