The project UI is developed by using flutter.
Please follow the instruction from the link. Flutter&VS
- Install flutter and dart plugins in Android Studio.
- Android Emulator works best in version 9.
- Every imported library and image assets must be specified in pubspec.yaml.
- assets
to store external images
- lib/Widget
contains Stateless Widgets
- lib
contains display screens