streamdeck 0.3.0 copy "streamdeck: ^0.3.0" to clipboard
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 support
    • dialPress support
    • dialRotate support
    • setFeedback support
    • setFeedbackLayout support
  • Fire longPress when using the LongPressDetection mixin after 1 second, instead of only when the button is released
  • Add new indicator and image examples
  • Wire up missing handlers for DidReceiveSettingsEvent, DidReceiveGlobalSettingsEvent, ApplicationDidLaunchEvent, ApplicationDidTerminateEvent

0.2.0 #

  • didReceiveSettings support
  • didReceiveGlobalSettings support
  • applicationDidLaunch support
  • applicationDidTerminate support
  • systemDidWakeUp support
  • propertyInspectorDidAppear support
  • propertyInspectorDidDisappear support
  • setSettings support
  • getSettings support
  • setGlobalSettings support
  • getGlobalSettings support
  • openUrl support
  • setState support
  • switchToProfile support
  • showImage support and a getImageAsset helper on StreamDeckPlugin for reading image assets into the required form for showImage

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 support
  • deviceDidDisconnect support
  • willAppear support
  • willDisappear support
  • keyUp support
  • keyDown support
  • logMessage support
  • setTitle support
  • showAlert support
  • showOk support
7
likes
130
pub points
36%
popularity

Publisher

verified publisherdantup.com

A Dart package for building plugins for the Elgato Stream Deck in Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

json_annotation, json_serializable, meta, path

More

Packages that depend on streamdeck