printing 5.12.0 copy "printing: ^5.12.0" to clipboard
printing: ^5.12.0 copied to clipboard

Plugin that allows Flutter apps to generate and print documents to compatible printers on Android, iOS, macOS, Windows, and Linux, as well as web print.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add printing

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

dependencies:
  printing: ^5.12.0

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:printing/printing.dart';
1448
likes
140
pub points
99%
popularity
screenshot

Publisher

verified publishernfet.net

Plugin that allows Flutter apps to generate and print documents to compatible printers on Android, iOS, macOS, Windows, and Linux, as well as web print.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#pdf #printer #print #printing #report

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

ffi, flutter, flutter_web_plugins, http, image, js, meta, pdf, pdf_widget_wrapper, plugin_platform_interface

More

Packages that depend on printing