yjy_printing 5.10.4 copy "yjy_printing: ^5.10.4" to clipboard
yjy_printing: ^5.10.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 yjy_printing

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

dependencies:
  yjy_printing: ^5.10.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:yjy_printing/printing.dart';
import 'package:yjy_printing/printing_web.dart';
0
likes
70
points
43
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.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

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

More

Packages that depend on yjy_printing