steam_rcon 1.0.4
steam_rcon: ^1.0.4 copied to clipboard
Dart implementation of the Source RCON protocol for communicating with game servers. Supports authentication, command sending, automatic reconnection, and network monitoring.
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
1.0.0 - 2025-03-23 #
🎉 Initial release!
✨ Features #
- Full support for Source RCON protocol (based on Valve specification)
- Connection management with automatic reconnection
- Command sending with response parsing
- Auto-resend of last command after reconnect
- Built-in authentication mechanism
- Network status monitoring via
connectivity_plus - Compatible with Flutter and Dart CLI
Planned for future releases #
- Logging options for sent/received packets