Enhance look n' feel of StoryListView #20
Labels
enhancement
New feature or request
good first issue
Good for newcomers
test
Unit or integration test
Milestone
Taking into account the prototypes developed in consultation with the U-Report Product owner and testing team, modify the existing UI using the current data mapping structure to reflect the design on Figma
Carry out the following steps:
develop
calledui-story-list-view
. Hint:git checkout -b <new-branch> <existing-branch>
stories/StoryListView.dart
ListView.builder
, replace current widgets with appropriate widget classes from the flutter widget catalogtest/story_list_view_test.dart
file.git push --set-upstream origin ui-story-list-view
The text was updated successfully, but these errors were encountered: