streamdeck 0.3.0 streamdeck: ^0.3.0 copied to clipboard
A Dart package for building plugins for the Elgato Stream Deck in Dart.
0.3.0 #
- Add support for StreamDeck+:
touchTap
supportdialPress
supportdialRotate
supportsetFeedback
supportsetFeedbackLayout
support
- Fire
longPress
when using theLongPressDetection
mixin after 1 second, instead of only when the button is released - Add new
indicator
andimage
examples - Wire up missing handlers for
DidReceiveSettingsEvent
,DidReceiveGlobalSettingsEvent
,ApplicationDidLaunchEvent
,ApplicationDidTerminateEvent
0.2.0 #
didReceiveSettings
supportdidReceiveGlobalSettings
supportapplicationDidLaunch
supportapplicationDidTerminate
supportsystemDidWakeUp
supportpropertyInspectorDidAppear
supportpropertyInspectorDidDisappear
supportsetSettings
supportgetSettings
supportsetGlobalSettings
supportgetGlobalSettings
supportopenUrl
supportsetState
supportswitchToProfile
supportshowImage
support and agetImageAsset
helper onStreamDeckPlugin
for reading image assets into the required form forshowImage
0.1.2 #
- Add documentation to main classes and methods (no functional changes)
0.1.1 #
- Address some issues flagged by
package:pana
(no functional changes)
0.1.0 #
- Initial release with basic plugin support
deviceDidConnect
supportdeviceDidDisconnect
supportwillAppear
supportwillDisappear
supportkeyUp
supportkeyDown
supportlogMessage
supportsetTitle
supportshowAlert
supportshowOk
support