marvel_printer 0.0.3 copy "marvel_printer: ^0.0.3" to clipboard
marvel_printer: ^0.0.3 copied to clipboard

PlatformAndroid

A Flutter plugin for connecting and printing receipts to POS thermal printers over USB (and future support for Bluetooth/Network). Provides APIs for printing text, images, and Arabic content using the POSSDK.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add marvel_printer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  marvel_printer: ^0.0.3

Alternatively, 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:marvel_printer/marvel_printer.dart';
0
likes
140
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for connecting and printing receipts to POS thermal printers over USB (and future support for Bluetooth/Network). Provides APIs for printing text, images, and Arabic content using the POSSDK.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on marvel_printer

Packages that implement marvel_printer