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

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

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