bluetooth_print_plus_web 2.4.5 copy "bluetooth_print_plus_web: ^2.4.5" to clipboard
bluetooth_print_plus_web: ^2.4.5 copied to clipboard

discontinued

A fork of bluetooth_print_plus with fixed web platform support.

Bluetooth Print Plus (Forked) #

pub package GitHub stars GitHub forks

Introduction #

This package is a fork of bluetooth_print_plus, originally developed by amoLink. It includes fixes for web platform compatibility, removing unnecessary web dependencies that caused issues during compilation.

Bluetooth Print Plus is a Bluetooth plugin for Flutter that allows printing via thermal printers. It supports Android and iOS with command sets such as:

  • TSPL/TSC
  • CPCL
  • ESC/POS

If this package helps you, please ⭐ the repo!


Fixes in This Fork #

  • Fixed web compatibility issues.
  • Removed flutter_web_plugins dependency that caused errors during web compilation.
  • Ensured smooth compatibility with Flutter Web, avoiding unwanted platform-specific imports.
  • Retained full support for Android & iOS.

Installation #

In your pubspec.yaml, replace bluetooth_print_plus with:

dependencies:
  flutter:
    sdk: flutter
  bluetooth_print_plus_web:
    git:
      url: https://github.com/mlg2034/bluetooth_print_plus_web.git
0
likes
130
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A fork of bluetooth_print_plus with fixed web platform support.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rxdart

More

Packages that depend on bluetooth_print_plus_web

Packages that implement bluetooth_print_plus_web