flutter_printlink 1.0.0 copy "flutter_printlink: ^1.0.0" to clipboard
flutter_printlink: ^1.0.0 copied to clipboard

A comprehensive Flutter plugin for thermal printer integration with AutoReplyPrint library. Supports Bluetooth, USB, Network connections with label and POS printing modes for Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_printlink

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

dependencies:
  flutter_printlink: ^1.0.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_printlink/flutter_printlink.dart';
4
likes
150
points
26
downloads

Publisher

verified publishershehzaanmansuri.com

Weekly Downloads

A comprehensive Flutter plugin for thermal printer integration with AutoReplyPrint library. Supports Bluetooth, USB, Network connections with label and POS printing modes for Android and iOS.

Repository (GitHub)
View/report issues

Topics

#thermal-printer #pos-printer #bluetooth-printer #barcode #qr-code

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_printlink

Packages that implement flutter_printlink