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