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

A Flutter package for normative printer functionality that allows generating and formatting print documents from JSON data

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add printer_gateway

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

dependencies:
  printer_gateway: ^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:printer_gateway/printer_gateway.dart';
1
likes
150
points
6
downloads

Publisher

verified publishermarcus.brasizza.com

Weekly Downloads

A Flutter package for normative printer functionality that allows generating and formatting print documents from JSON data

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image, pretty_qr_code, screenshot

More

Packages that depend on printer_gateway