This project is built using the Flutter framework and uses GetX for it's state management.
Ensure you have the following installed:
- Flutter SDK: Installation Guide
- Dart SDK
- Any other dependencies specific to your project
- Clone the repository:
git clone https://github.com/yourusername/tribe_app.git cd tribe-app
Pre commit allows us to handle issues before they are committed. Make sure you run below steps -
pip install pre-commit pre-commit install
Make sure pre-commit is installed globally and added to your path variable...