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

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

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:stub_printer/examples/example_page.dart';

void main() async {
  runApp(const MaterialApp(home: ExamplePage()));
}
3
likes
140
points
34
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