printing_ohos 1.0.0 copy "printing_ohos: ^1.0.0" to clipboard
printing_ohos: ^1.0.0 copied to clipboard

Plugin that allows Flutter apps to generate and print documents to compatible printers on ohos print.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add printing_ohos

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

dependencies:
  printing_ohos: ^1.0.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_ohos/printing.dart';
import 'package:printing_ohos/printing_web.dart';
0
likes
80
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin that allows Flutter apps to generate and print documents to compatible printers on ohos print.

Repository

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_ohos

Packages that implement printing_ohos