casio_printer 0.0.1+1 copy "casio_printer: ^0.0.1+1" to clipboard
casio_printer: ^0.0.1+1 copied to clipboard

A new flutter plugin project.

Casio Printer SDK #

Flutter SDK for casio printer

1. Add package #

First, add casio_printer as a dependency in your pubspec.yaml file.

dependencies:
  casio_printer: ^0.0.1+1

2. Run pub get #

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

flutter pub get

3. import casio_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 casio_printer