-
Notifications
You must be signed in to change notification settings - Fork 29.4k
Description
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?