What's the status of iOS support with this package currently?
In the Readme you've ticked Bluetooth for iOS but it doesn't seem to work?
Calling :
BluetoothPrinterManager.discover()
Error:
flutter: MissingPluginException(No implementation found for method getBondedDevices on channel blue_thermal_printer/methods)
Initially I got a build error regarding blue_thermal_printer not defining the swift version which I was able to work around from the discussion on that packages issues about this and setting a global SWIFT version.
Is there an alternative based on the platform? Do I need to use a different package to retrieve the devices? Or maybe the global SWIFT version breaks the blue_thermal_printer implementation
What's the status of iOS support with this package currently?
In the Readme you've ticked Bluetooth for iOS but it doesn't seem to work?
Calling : BluetoothPrinterManager.discover()
Error: flutter: MissingPluginException(No implementation found for method getBondedDevices on channel blue_thermal_printer/methods)
Initially I got a build error regarding blue_thermal_printer not defining the swift version which I was able to work around from the discussion on that packages issues about this and setting a global SWIFT version.
Is there an alternative based on the platform? Do I need to use a different package to retrieve the devices? Or maybe the global SWIFT version breaks the blue_thermal_printer implementation