another_brother icon indicating copy to clipboard operation
another_brother copied to clipboard

Another Brother Flutter SDK

Results 46 another_brother issues
Sort by recently updated
recently updated
newest added

Currently, no support is provided for printing from Windows (or macOS) devices to a Brother printer. Proposal: Add support for printing from Windows (and macOS) devices. Extra info: our use...

Hello, I'm running into an issue using this library. Everything works perfectly in Debug and Profil releases however my application force closes when building a Release version. I'm getting no...

When I'm calling getPrinterStatus from iOS I don't seem to be able to get the ERROR_WRONG_LABEL or ERROR_NOT_SAME_MODEL errors without trying to actually print something. Android is fine but the...

My app becomes completely frozen while the printer is printing. It's weird because everything seems to be wrapped properly with Future and async/await and it is only freezing when the...

Hi @CodeMinion, I'm back with a problem! I need to print a pdf which has more than one page. like this one: [1d03fb0559d2ea414911ab699d15a4fb.pdf](https://github.com/user-attachments/files/16015571/1d03fb0559d2ea414911ab699d15a4fb.pdf) The print `printPdfFile` function prototype permit to...

Hello, I'm trying to add support in my app for the TD-2125N but I would need the RD_W51H26mm label format for it. I'm only seeing W57mm or W40_H40mm. Would it...

When building a Flutter project on a macOS device for an iphone device, the following build errors are encountered: ``` Could not build the precompiled application for the device. Lexical...

Everything works fine, until I want to use the high resolution setting. Here are all my settings: ```dart printInfo.printerModel = Model.PT_P710BT; printInfo.printMode = PrintMode.ORIGINAL; printInfo.isAutoCut = true; printInfo.port = Port.BLUETOOTH;...

duplicate

Hello! I have a `PT_P710BT` with `W24` label, am running on iOS, and am only able to print labels that are square (24x24). I'm trying to print shorter labels (12...

Hello, I am trying to write an app to print custom labels on PT-P300BT and PT-P300BTz but only the PT-P300BT is working at the moment. After looking at the code,...