brother_native_print 0.4.1
brother_native_print: ^0.4.1 copied to clipboard
Flutter plugin to print images and PDFs to Brother label and mobile printers (RJ and QL series) over Wi-Fi, Bluetooth (BLE) and USB on Android.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'src/app.dart';
void main() {
runApp(const MyApp());
}