rtl_ir_control 0.0.1-dev.1
rtl_ir_control: ^0.0.1-dev.1 copied to clipboard
Remotec IR Control package
rtl_ir_control #
A Flutter package for controlling infrared (IR) devices via Bluetooth, specifically designed for Roomate devices. This package leverages esp_blufi and flutter_blue_plus to set up and manage Bluetooth Low Energy (BLE) connections.
Features #
- Device scanning and connection management using BLE.
- Wi-Fi provisioning for Roomate devices.
- Downloading IR codesets for device control.
- Supports Android and iOS platforms with Bluetooth permissions.
Dependencies #
This package relies on the following external packages:
esp_blufi: For BLE communication with ESP-based devices.flutter_blue_plus: For Bluetooth Low Energy operations on Android and iOS.
Platform Support #
- Android: Requires Bluetooth permissions.
- iOS: Requires Bluetooth permissions and proper configuration in
Info.plist.
Note: This package does not support web or desktop platforms due to Bluetooth limitations.