Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

A Minecraft RCON Client built with Flutter for Windows, Linux and Android

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).