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
toMap
andfromMap
methods to data classes to make it easier to save in storage
0.2.0 #
setCustomMode
method has been added to client
0.2.2 #
- Add
activeMode
field to RGBController
0.2.3 #
- Add color mode getters to
ModeData
class
0.2.4 #
- Add deviceListUpdated stream
0.2.5 #
- Export color package.
- Update example.
- Improve package code readability.