talabi_printer 0.1.9
talabi_printer: ^0.1.9 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 Dart:
$ dart pub add talabi_printerWith Flutter:
$ flutter pub add talabi_printerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
talabi_printer: ^0.1.9Alternatively, 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:talabi_printer/talabi_printer.dart';