https://github.com/iakashpattnaik/minecraftchecker
A project built in dart to check combos for minecraft hits
https://github.com/iakashpattnaik/minecraftchecker
Last synced: about 1 month ago
JSON representation
A project built in dart to check combos for minecraft hits
- Host: GitHub
- URL: https://github.com/iakashpattnaik/minecraftchecker
- Owner: iAkashPattnaik
- License: gpl-3.0
- Created: 2021-07-15T12:33:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T14:13:18.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T21:11:46.731Z (2 months ago)
- Language: Dart
- Size: 105 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Minecraft Checker
This is a simple project to check combos for `minecraft accounts` and save them to a file. Most importantly it's in a new growing language [`dart`](https://dart.dev/).
## Development
If you want to develop this project further we actively welcome contributions.
All you need to do it -
```bash
git clone https://github.com/BLUE-DEVIL1134/MinecraftChecker
cd MinecraftChecker
pub get
dart run
```
This will run the project. You can edit the script from [`lib/mian.dart`](https://github.com/BLUE-DEVIL1134/MinecraftChecker/blob/main/lib/main.dart).## Executing Compiled Binaries
You can easily just install the binaries from the `github release` and move it to the folder containg the combos and run it.## Dependencies
[`uuid: ^3.0.4`](https://pub.dev/packages/uuid)
[`http: ^0.13.3`](https://pub.dev/packages/http)
[`colorize: ^3.0.0`](https://pub.dev/packages/colorize)## Credits
[`Akash Pattnaik`](https://github/BLUE-DEVIL1134) - The Author of the project
[`Dart Lang`](https://dart.dev/) - The source code language