x_printer_pck 0.0.4 copy "x_printer_pck: ^0.0.4" to clipboard
x_printer_pck: ^0.0.4 copied to clipboard

PlatformiOS

Flutter plugin for iOS Bluetooth thermal printer integration

0.0.1 #

  • Initial release
  • Support for iOS Bluetooth thermal printer integration
  • Features include device scanning, connection management, text printing, barcode/QR code printing, and image printing

0.0.2 #

feat: integrate image_picker and enhance printImage functionality

  • Added image_picker dependency for image selection.
  • Updated Podfile.lock to include image_picker_ios.
  • Enhanced printImage method to accept additional parameters: commandType, printerWidth, printerHeight, rotation, and scale.
  • Improved error handling and logging in XPrinterPckPlugin.m.
  • Updated Info.plist for camera and photo library permissions.
  • Added alignment options for image printing.

0.0.3 #

feat: Add PDF printing functionality to x_printer_pck

  • Updated Podfile to use frameworks for better compatibility.
  • Enhanced Podfile.lock with new dependencies including file_picker and path_provider.
  • Modified project.pbxproj to include new Pods frameworks.
  • Implemented PDF selection and printing in main.dart with user interface.
  • Added printPDF method in XPrinterPck class for handling PDF printing.
  • Extended MethodChannel to support PDF printing commands.
  • Updated platform interface to declare printPDF method.
  • Enhanced XPrinterPckPlugin.m to handle PDF printing logic.

0.0.4 #

Enhance printing capabilities with base64 support and improved defaults

  • Added printImageBase64 method for printing images from base64 strings with advanced configuration options.
  • Updated printImage and printPDF methods to use improved default values for printer width, height, and scale.
  • Introduced PrinterCommandType enum for better command type management.
  • Enhanced error handling and validation for printImageBase64 parameters.
  • Updated platform interface and method channel implementations to support new features.
  • Improved BluetoothDevice and ConnectionStatus models with additional properties and string representations.
0
likes
160
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for iOS Bluetooth thermal printer integration

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on x_printer_pck

Packages that implement x_printer_pck