printer_gateway 0.0.3
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
import 'package:flutter/material.dart';
import 'package:stub_printer/examples/example_page.dart';
void main() async {
runApp(const MaterialApp(home: ExamplePage()));
}