dartmouth-cs98-23f / verbatim_frontend

Verbatim Flutter Frontend
0 stars 1 forks source link

Update Profile Picture Functionality #77

Closed DahliaTheCoder closed 5 months ago

DahliaTheCoder commented 5 months ago

Implemented the 'update profile picture functionality,' allowing users to change their profile picture from either the gallery or phone camera. Please note that the laptop camera feature is not available at the moment. Users can also choose to remove their profile picture entirely.

However, it's important to be aware that currently, whenever the settings page is refreshed, the profile picture reverts to the default image of Jackie's uncle. This is because we have not yet integrated with any cloud platform to store user pictures. The integration with Google Firebase or another cloud platform for storing user pictures is pending and has not been implemented yet.

DahliaTheCoder commented 5 months ago

Closed this pull request.