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.
Please note the following instructions while developing the code
- maintain the file structure
- all the pages goes into screens folder & all the reusable/large widgets go to widgets folder
- Camelcase to be used for variables, no magic constants , all the constants must be full caps
- pull the remote github before working on any feature so that youve uptodate repo create a new branch with feature name Test the feature once the feature is finalised commit the code to the newly created branch and then push it to the remote repository.
- maintain file names consistently
- build application responsive to all mobile screen size