printing_ce 5.16.2 copy "printing_ce: ^5.16.2" to clipboard
printing_ce: ^5.16.2 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_ce

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

dependencies:
  printing_ce: ^5.16.2

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_ce/printing.dart';
import 'package:printing_ce/printing_web.dart';
0
likes
160
points
149
downloads
screenshot

Documentation

API reference

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.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#pdf #printer #print #printing #report

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, http, image, meta, pdf_ce, pdf_widget_wrapper_ce, plugin_platform_interface, web

More

Packages that depend on printing_ce

Packages that implement printing_ce