Skip to content

fix: cant connect to bluetooth device object that generated by remote id, Unhandled Exception: MissingPluginException(No implementation found for method connect #35

@evans292

Description

@evans292

Description
i store remote id of previously connected device, it works when i run the project on android with only flutter_blue_plus. but i need to run this app on windows. so i use your plugin. but i encountered an error when reconnecting to device with only remote id

Steps To Reproduce

  1. BluetoothDevice device = BluetoothDevice(remoteId: DeviceIdentifier(remoteId));
  2. device.connect()
  3. this will return Unhandled Exception: MissingPluginException(No implementation found for method connect

Expected Behavior
successfully connected to device

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions