- Clone the repo https://github.com/theoctober19th/cosmos_astrology at a different location somewhere in your machine. Create a new temporary branch and checkout to the branch.
- Run
flutter pub getsince a new package has been added (namedflutter_dotenv) - Create a file
.envat the root of the project. (at the same level aspubspec.yamlfile). This file will contain the credentials as environment variables, but it will not be tracked by git (already added to gitignore). Sample content of the file.envis:
ESEWA_CLIENT_ID='xxx'
ESEWA_SECRET_KEY='xxx'
KHALTI_PUBLIC_KEY='xxx'