hamreen_printing 6.2.2 copy "hamreen_printing: ^6.2.2" to clipboard
hamreen_printing: ^6.2.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 Dart:

 $ dart pub add hamreen_printing

With Flutter:

 $ flutter pub add hamreen_printing

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

dependencies:
  hamreen_printing: ^6.2.2

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:hamreen_printing/config/colors.dart';
import 'package:hamreen_printing/config/fonts.dart';
import 'package:hamreen_printing/config/images.dart';
import 'package:hamreen_printing/config/styles.dart';
import 'package:hamreen_printing/config/utils.dart';
import 'package:hamreen_printing/example/main.dart';
import 'package:hamreen_printing/kurdish_reporting.dart';
import 'package:hamreen_printing/printing.dart';
import 'package:hamreen_printing/printing_web.dart';
import 'package:hamreen_printing/test_import.dart';
0
likes
0
points
82
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

excel, ffi, flutter, flutter_web_plugins, http, image, intl, kurdish_pdf, kurdish_pdf_widget_wrapper, meta, open_file, path_provider, plugin_platform_interface, screenshot, universal_platform, web

More

Packages that depend on hamreen_printing

Packages that implement hamreen_printing