Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindstudioofficial/mc_rcon_client_flutter
A Minecraft RCON Client built with Flutter for Windows, Linux and Android
https://github.com/mindstudioofficial/mc_rcon_client_flutter
android-app linux-app minecraft-rcon minecraft-tool rcon rcon-client rcon-console rcon-protocol windows
Last synced: 3 days ago
JSON representation
A Minecraft RCON Client built with Flutter for Windows, Linux and Android
- Host: GitHub
- URL: https://github.com/mindstudioofficial/mc_rcon_client_flutter
- Owner: MindStudioOfficial
- License: gpl-3.0
- Created: 2024-02-23T23:01:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T01:17:38.000Z (9 months ago)
- Last Synced: 2024-10-13T07:43:16.326Z (about 1 month ago)
- Topics: android-app, linux-app, minecraft-rcon, minecraft-tool, rcon, rcon-client, rcon-console, rcon-protocol, windows
- Language: C++
- Homepage:
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Minecraft RCON Client
## built with Flutter
![Screenshot](blob/flutter_rcon_client_screenshot.png)
This is a simple RCON client for Minecraft servers. It is built with Flutter and Dart.
## Platform Support
Theoretically, this app should work on all platforms that Flutter supports. However, it has only been tested on Windows, Android and Linux. If you have tested it on another platform, please let me know by opening an issue.
| Android | iOS | MacOS | Windows | Linux |
| :-----: | :---: | :---: | :-----: | :---: |
| ✅ | ❓ | ❓ | ✅ | ✅ |## Getting Started
To get started, you will need to have Flutter installed on your machine. You can find the installation instructions [here](https://flutter.dev/docs/get-started/install).
Once you have Flutter installed, you can clone this repository and run the following command in the root directory of the project:
```bash
flutter run
```This will start the app in debug mode. If you want to build the app for release, you can run the following command:
```bash
flutter build
```Replace `` with the platform you want to build for. For example, if you want to build for Windows, you would run:
```bash
flutter build windows
```## Contributing
If you would like to contribute to this project, please open an issue or a pull request. I would love to hear your feedback and see your contributions.
## License
This project is licensed under the GNU General Public License v3.0. You can find the full license [here](COPYING).