A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
The design specs for this app is here on this figma link. Thanks to Shitiz for helping us with the UI for this app.
feat: description of commit
while adding commits related to a new feature.fix: description of bug
while adding commits related to a new bug.docs: description of docs
while adding or correcting docs.chore: description of task
while changing to the build process or auxiliary tools and libraries such as documentation generation.test: adding tests
for addition of tests.refactor: some code change
while changing code that neither fixes a bug or adds a feature.