/esc_pos_usb_plugin

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

ESC POS USB Printer for Flutter

Flutter plugin to connect and print on ESC POS USB Printers.

Installation

Use this package as a library

  1. Depend on it Add this to your package's pubspec.yaml file:
dependencies:
  escposprinter:
    git:
        url: https://github.com/Dimolll/esc_pos_usb_plugin.git
        ref: master
  1. Install it You can install packages from the command line:

with Flutter:

$ flutter packages get

Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.

  1. Import it Now in your Dart code, you can use:
import 'package:esc_pos_usb_plugin/esc_pos_usb_plugin.dart';