Screenshots of App:
Screen Recording:
WhatsApp.Video.2021-03-04.at.11.15.09.PM.mp4
- The Homescreen consists of a List View made using ListView Builder which on Button click adds a new item.
- On Swiping the list item left or right it gets dismissed from the list.
- On clicking the Drawing , Drawing Screen opens which offers:
- Color Picker ( I chose the one which looked more elegant as compared to other color pickers)
- Stroke width Slider , which also changes color according to the one picked by user
- Clear Screen Button
- Save Button which saves the drawing to Firebase server
- Once the user goes back to home screen the drawing is not visible anymore which needs to be fixed
- Renaming the List Items
- Adding Search Bar once rename feature is added
- Different Pen Styles
- Undo/Redo and Erase buttons
The apk file has been uploaded along with other files (NOTE : For devices with screen size less than 5 inches there may be a pixel overflow on the drawing screen in the apk uploaded however the code in
DrawingScreen.dart
has been updated to support all screen sizes)