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

Proyecto para impresión en impresoras termicas, usando libreria libusb.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:usb_plugins_example/printer_test_screen.dart';


void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Printer Test',
      theme: ThemeData(
        primarySwatch: Colors.blue,
        useMaterial3: true,
      ),
      home: const PrinterTestScreen(),
    );
  }
}
0
likes
140
points
137
downloads

Publisher

unverified uploader

Weekly Downloads

Proyecto para impresión en impresoras termicas, usando libreria libusb.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on usb_plugins_printer