brother_native_print 0.6.0
brother_native_print: ^0.6.0 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.
import 'package:flutter/material.dart';
import 'src/app.dart';
void main() {
runApp(const MyApp());
}