bluetooth_print_plugin 1.0.4+3
bluetooth_print_plugin: ^1.0.4+3 copied to clipboard
bluetooth_print_plugin is a bluetooth plugin for [Flutter](https://flutter.dev), a new mobile SDK to help developers build bluetooth thermal printer apps for both iOS and Android.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'package:bluetooth_print_plugin_example/bluetooth_printer_test_app.dart';
void main() {
runApp(const BluetoothPrinterTestApp());
}