Skip to content

Flutter / android => Printing.listPrinters() not working #85135

@OusamaDridi

Description

@OusamaDridi

Steps to Reproduce

Hello,
In my app I need to get all printer devices connected (IP address) in the same network (because i need to choose a print and store this choice) .after saving the choice my app need to print pdf without selecting a printer so i work with the printing package in the desktop version i don't have a problem but with the android version i get this exception MissingPluginException(No implementation found for method printingInfo on channel net.nfet.printing) / i know that android native printing forces us to select a printer, but in my case, i cant go throw this way . so I have a idea maybe I must scan all connected devices in the netowrk (using ping_discover_network.dart) but the problem how i can send the pdf to the printer throw the ip address?

Metadata

Metadata

Assignees

No one assigned

    Labels

    r: invalidIssue is closed as not valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions