- Clone the repository to your local machine.
- Create a class named AppConstants and include the
key_id
andkey_secret
required for Razorpay integration. These keys will enable the code to function properly during testing. - The codebase is structured using the BLoC (Business Logic Component) pattern, ensuring a clean and maintainable architecture.
Contributions are always welcome!
Report Issues
: Open an issue with detailed information about bugs or feature requests.Submit Pull Requests
: Fork the repo, create a new branch, make changes, and open a pull request with a clear description.Code Standards
: Follow the project’s modular design and ensure validation logic aligns with Formz and Bloc.