printing_ce 5.16.0 copy "printing_ce: ^5.16.0" to clipboard
printing_ce: ^5.16.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 Dart:

 $ dart pub add printing_ce

With Flutter:

 $ flutter pub add printing_ce

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

dependencies:
  printing_ce: ^5.16.0

Alternatively, your editor might support dart pub get or 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
0
points
155
downloads

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

Topics

#pdf #printer #print #printing #report

License

unknown (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