streamdeck_flutter 0.2.0
streamdeck_flutter: ^0.2.0 copied to clipboard
Build Elgato Stream Deck plugins with Flutter. Renders UI offscreen, slices frames into key-sized tiles, and pushes them via the Stream Deck WebSocket protocol.
0.1.1 #
- Flatten directory structure: move action/model files into
lib/src/. - Consolidate analysis_options.yaml to workspace root.
- Regenerate freezed outputs and format all code.
- Add macOS plugin class for Flutter plugin registration.
0.1.0 #
- Initial release.
- Offscreen Flutter rendering with tile-based change detection.
- Stream Deck WebSocket protocol client with auto-reconnection.
- Keypad, encoder, and touchscreen action support.
- Gesture injection (tap, scroll, dial) from Stream Deck events.
- CLI tools:
build,create,docs. - Target device: Stream Deck + (4x2 keys, 4 encoder slots).