Flutter UI Soccer App clean architecture using GetX
- Flutter: 3.3.10
- Dart SDK: 2.18.6
- Add Flutter to your machine
- Open this project folder with Terminal/CMD
- Ensure there's no cache/build leftover by running
flutter clean
in the Terminal - Run in the Terminal
flutter packages get
- Run in the Terminal
flutter packages pub run build_runner build --delete-conflicting-outputs
For more information, check out the official documentation