It is a platform to select your favorite dependencies and add them to your project with a single command.
- Create
.envand copy the variables from.env.exampleand fill them.cp .env.example .env
- Get the flutter packages
flutter pub get
- Generate the env files using build runner
dart run build_runner build
- Run the application
flutter run -d <device-name>
💡 This flutter project is made to run in web. So it is preferred to run in a browser.
./build.shCopyright © 2023 ThunderBlast.
This project is MIT licensed.


