printing_plus 0.0.4 copy "printing_plus: ^0.0.4" to clipboard
printing_plus: ^0.0.4 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_plus

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

dependencies:
  printing_plus: ^0.0.4

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_plus/printing.dart';
import 'package:printing_plus/printing_web.dart';
3
likes
110
points
55
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)

Topics

#pdf #printer #print #printing #report

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

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

More

Packages that depend on printing_plus