blue_thermal_printer 1.2.3 copy "blue_thermal_printer: ^1.2.3" to clipboard
blue_thermal_printer: ^1.2.3 copied to clipboard

A Flutter plugin for connecting to thermal printer via bluetooth

blue_thermal_printer #

pub package pub package

A new Flutter plugin for connecting to thermal printer via bluetooth (Android Only), this plugin is still under development Note: Migrate your project to AndroidX

Platform Support #

Android iOS MacOS Web Linux Windows
✔️ ️X ️X ️X ️X ️X

Getting Started #

  1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  blue_thermal_printer: ^any
copied to clipboard
  1. Install it

You can install packages from the command line:

with Flutter:

$ flutter packages get
copied to clipboard

Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.

  1. Import it

Now in your Dart code, you can use:

 import 'package:blue_thermal_printer/blue_thermal_printer.dart';
copied to clipboard

EXAMPLE:

For detail demonstration please look at example folder

Note: make sure to upgrade your project to compileSdkVersion 31 or above

If you like my content, please consider buying me a coffee. Thank you for your support!

ko-fi

Buy Me A Coffee

279
likes
150
points
7.93k
downloads

Publisher

verified publisherkakzaki.dev

Weekly Downloads

2024.09.12 - 2025.03.27

A Flutter plugin for connecting to thermal printer via bluetooth

Repository (GitHub)

Documentation

API reference

License

CPL-1.0 (license)

Dependencies

flutter

More

Packages that depend on blue_thermal_printer