Changes in lib/main.dart to restrict app to portrait mode only.
Few other changes replacing column widgets with listview widgets to avoid any errors in the future if lists become larger.
Type of change
You can write manually also
[X] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation change
Checklist:
[X] My code follows the style guidelines of this project
[X] The app runs properly
[X] I have performed a self-review of my own code
[X] I have formatted and commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation
Program
Issue
Fixes #87
Description
Changes in lib/main.dart to restrict app to portrait mode only. Few other changes replacing column widgets with listview widgets to avoid any errors in the future if lists become larger.
Type of change
You can write manually also
Checklist: