esc_pos_dart 1.0.5 copy "esc_pos_dart: ^1.0.5" to clipboard
esc_pos_dart: ^1.0.5 copied to clipboard

ESC/POS thermal WiFi printer support for Dart (non-Flutter dependent).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add esc_pos_dart

With Flutter:

 $ flutter pub add esc_pos_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  esc_pos_dart: ^1.0.5

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

Import it

Now in your Dart code, you can use:

import 'package:esc_pos_dart/esc_pos_dart.dart';
6
likes
130
points
1.69k
downloads

Publisher

unverified uploader

Weekly Downloads

ESC/POS thermal WiFi printer support for Dart (non-Flutter dependent).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, gbk_codec, hex, image, resource_portable

More

Packages that depend on esc_pos_dart