talabi_printer 2.1.0
talabi_printer: ^2.1.0 copied to clipboard
A Flutter plugin for sending printing commands to a Urovo i9100 thermal printer. This plugin allows seamless integration with the Urovo i9100 printer to send commands and facilitate printing functiona [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add talabi_printerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
talabi_printer: ^2.1.0Alternatively, 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:talabi_printer/talabi_printer.dart';