herbtech_printer 0.0.1+2 copy "herbtech_printer: ^0.0.1+2" to clipboard
herbtech_printer: ^0.0.1+2 copied to clipboard

A new flutter plugin project.

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

2. Run pub get #

After adding your settings, run the following command in the terminal:

flutter pub get

3. Import herbtech_printer #

Import herbtech_printer in your code

import 'package:herbtech_printer/herbtech_printer.dart';

3. Send print request #

Send print requesting using following code

    HerbtechPrinter.print(["Hello World", "How Are You"]);
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on herbtech_printer