Last updated:
0 purchases
herbtech printer
HerbTech Printer SDK #
Flutter SDK for herbtech printer
1. Add package #
First, add herbtech_printer as a dependency in your pubspec.yaml file.
dependencies:
herbtech_printer: ^0.0.1
copied to clipboard
2. Run pub get #
After adding your settings, run the following command in the terminal:
flutter pub get
copied to clipboard
3. Import herbtech_printer #
Import herbtech_printer in your code
import 'package:herbtech_printer/herbtech_printer.dart';
copied to clipboard
3. Send print request #
Send print requesting using following code
HerbtechPrinter.print(["Hello World", "How Are You"]);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.