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

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()));
}
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