Giter Site home page Giter Site logo

flutter_brother_printer's People

Contributors

jonathantribouharet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

flutter_brother_printer's Issues

Printing in general

I was wondering if you think it’s possible to add a print button to flutter apps in general to print to any printers using MDNS ?

just wanting to try and do this

Difference in print quality in android and iOS prints

Hey there i am using this flutter package to print pdfs from brother QL 820NWB Printer but the issue is there is quality difference in both results
Android one is printing fine but from iOS it's printing too dark
Attaching both print results

IMG-20230714-WA0003

Always response "ERROR - ERROR_WRONG_LABEL" after call BrotherPrinter.printPDF ()

My brother print model is PT-P950NW, I don't know why it can't print .
Here it is my code to print to brother PT-P950NW

//this is pdf file
File? qrCodeLabel;

Future printImage() async {
DialogList().loadingDialog();
BrotherDevice? brotherDevice;
await BrotherPrinter.searchDevices(searchOnIPv6: true)
.whenComplete(() => DialogList().closeLoading())
.then((value) async {
print("find printer : ${value.length}");
brotherDevice = value[0];
});
if (brotherDevice != null) {
await BrotherPrinter.printPDF(
path: qrCodeLabel!.path,
device: brotherDevice!,
);
}
}

PJ-863

How can we connect to the PJ-863 model over bluetooth?

I tried manually entering the serial number/ble localName with no success

Any suggestions?

final device = BrotherDevice(
                serialNumber: '<SERIAL_NUMBER>',
                source: BrotherDeviceSource.ble or bluetooth,
                bleAdvertiseLocalName: 'PJ-863_5189',
                model: BrotherModel(
                    codeIOS: 0,
                    nameIOS: 'PJ-863',
                    codeAndroid: 0,
                    nameAndroid: 'PJ-863'),
                modelName: 'PJ-863');

Exception

could not find protocolID for protocolString com.brother.ptcbp
[#ExternalAccessory] ERROR - /Library/Caches/com.apple.xbs/Sources/ExternalAccessory/EASession.m:-[EASession dealloc] - 212 unable to close session for _accessory=0x0 and sessionID=65536

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.