devonfw-forge / devon4flutter-non-bloc-arch

A guide aiming to bridge the gap between the absolute Flutter basics and clean, structured Flutter Development
https://github.com/devonfw-forge/devonfw4flutter/wiki
309 stars 37 forks source link

Menu to select different list views #12

Closed SchettlerKoehler closed 2 years ago

SchettlerKoehler commented 3 years ago

Description As a user I would like to be able to choose between a list view and a grid view.

Acceptance Criteria

  1. In the list view the full name and email address should be displayed on the text fields

  2. In the grid layout I want to have more information on the displayed cards than in the list view. The cards displayed on the grid layout should contain the following information:

    • Put first and last name in bold at the top
    • Add more information below in thin font (e.g. email address, profession etc.)