- 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 get
since a new package has been added (namedflutter_dotenv
) - Create a file
.env
at the root of the project. (at the same level aspubspec.yaml
file). 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.env
is:
ESEWA_CLIENT_ID='xxx'
ESEWA_SECRET_KEY='xxx'
KHALTI_PUBLIC_KEY='xxx'