openrgb 0.2.5
openrgb: ^0.2.5 copied to clipboard
OpenRGB Dart Client to communicate with OpenRGB Server and control RGB LEDs. Protocol Version 3.
0.0.1 #
- Initial release
0.1.0 #
- Add
toMapandfromMapmethods to data classes to make it easier to save in storage
0.2.0 #
setCustomModemethod has been added to client
0.2.2 #
- Add
activeModefield to RGBController
0.2.3 #
- Add color mode getters to
ModeDataclass
0.2.4 #
- Add deviceListUpdated stream
0.2.5 #
- Export color package.
- Update example.
- Improve package code readability.