Understand FlutterBluePlus capabilities and limitations
masterFlutterBluePlus is a Bluetooth Low Energy (BLE) plugin for Flutter that supports the BLE Central Role.
Key Limitations:
- No Bluetooth Classic support: Devices like Arduino HC-05/HC-06, speakers, headphones, mice, keyboards, and gamepads are not supported as they use Bluetooth Classic.
- No BLE Peripheral Role: If your application needs to act as a BLE Peripheral, use
FlutterBlePeripheralorbluetooth_low_energyinstead. - iOS iBeacons: iBeacons are not supported on iOS via this plugin; Apple requires the use of
CoreLocationfor beacon functionality.
Supported Platforms:
- iOS, macOS, Android, Linux, and Web.