flutter_pos_printer_platform_monster 1.6.0 copy "flutter_pos_printer_platform_monster: ^1.6.0" to clipboard
flutter_pos_printer_platform_monster: ^1.6.0 copied to clipboard

A flutter plugin that prints esc commands to printers in different platforms such as android, ios, windows and different interfaces Bluetooth and BLE, TCP and USB

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_pos_printer_platform_monster

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

dependencies:
  flutter_pos_printer_platform_monster: ^1.6.0

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_pos_printer_platform_monster/discovery.dart';
import 'package:flutter_pos_printer_platform_monster/esc_pos_utils_platform/esc_pos_utils_platform.dart';
import 'package:flutter_pos_printer_platform_monster/esc_pos_utils_platform/src/barcode.dart';
import 'package:flutter_pos_printer_platform_monster/esc_pos_utils_platform/src/capability_profile.dart';
import 'package:flutter_pos_printer_platform_monster/esc_pos_utils_platform/src/commands.dart';
import 'package:flutter_pos_printer_platform_monster/esc_pos_utils_platform/src/enums.dart';
import 'package:flutter_pos_printer_platform_monster/esc_pos_utils_platform/src/generator.dart';
import 'package:flutter_pos_printer_platform_monster/esc_pos_utils_platform/src/pos_column.dart';
import 'package:flutter_pos_printer_platform_monster/esc_pos_utils_platform/src/pos_styles.dart';
import 'package:flutter_pos_printer_platform_monster/esc_pos_utils_platform/src/qrcode.dart';
import 'package:flutter_pos_printer_platform_monster/flutter_pos_printer_platform.dart';
import 'package:flutter_pos_printer_platform_monster/printer.dart';
2
likes
100
points
42
downloads

Publisher

verified publisherflutter.monster

Weekly Downloads

A flutter plugin that prints esc commands to printers in different platforms such as android, ios, windows and different interfaces Bluetooth and BLE, TCP and USB

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, dart_ping, enum_to_string, flutter, gbk_codec, hex, image, network_info_plus, ping_discover_network_forked, rxdart

More

Packages that depend on flutter_pos_printer_platform_monster

Packages that implement flutter_pos_printer_platform_monster