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!