print_master_ble 0.2.0 copy "print_master_ble: ^0.2.0" to clipboard
print_master_ble: ^0.2.0 copied to clipboard

Flutter library for Zhuhai Quin thermal printers (Marklife, Phomemo, Vretti). Implements Protocol 0x1F with Floyd-Steinberg dithering and ZLIB compression.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_blue_plus/flutter_blue_plus.dart';
import 'ui/print_screen.dart';
import 'ui/theme/app_theme.dart';

void main() {
  // Disable verbose Bluetooth logs
  FlutterBluePlus.setLogLevel(LogLevel.none);

  runApp(
    MaterialApp(
      debugShowCheckedModeBanner: false,
      theme: appTheme,
      home: const PrintScreen(),
    ),
  );
}
0
likes
160
points
139
downloads

Publisher

verified publisheratokatl.dev

Weekly Downloads

Flutter library for Zhuhai Quin thermal printers (Marklife, Phomemo, Vretti). Implements Protocol 0x1F with Floyd-Steinberg dithering and ZLIB compression.

Homepage
Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, flutter, image

More

Packages that depend on print_master_ble