ZanderCowboy / multichoice

A simple flutter app to keep track of movies and series that has been watched, currently being watched, and on the agenda to watch.
MIT License
0 stars 0 forks source link

Bug UI does not Rerender by Deleting Tabs from Menu #96

Open ZanderCowboy opened 8 months ago

ZanderCowboy commented 8 months ago

This ticket is to fix a bug that was picked up with the Dialog Flow ticket #11. Whenever there are two or more tabs present and the user deletes any first tabs, no the last tab from the menu options, the UI does not rerender and show the correct tabs data.

image

After deleting the middle option with title 'tttt', the UI rerenders as follows.

image

Hence, this is wrong since the correct tabs item should be 'bbbb'.

ZanderCowboy commented 8 months ago

Bug UI does not Rerender when a Tab is Deleted from Menu

Ticket: 96

branch: 96-bug-ui-does-not-rerender-by-deleting-tabs-from-menu

Overview

This was a bug issue where the UI code was rewritten to make there is a solid understanding of BLoC and state management

What was done

What needs to be done

Resources