PullDating / FlutterApplication

The frontend flutter application, contains code for IOS, Android and web
GNU Affero General Public License v3.0
3 stars 1 forks source link

Construct user card using the get /profile endpoint return value #54

Open WilliamDormer opened 2 years ago

WilliamDormer commented 2 years ago

In the main swiping part of the application, we need to display cards that show the user's profile. This should be constructed using the return from the /profile get endpoint. This includes all the relevant information such as the name, photos, biography... Someone just needs to create/update the widget, and modify the cards tab of the main page to use that.