BirjuVachhani / adaptive_theme

Easiest way to add support for light and dark theme in your flutter app.
https://pub.dev/packages/adaptive_theme
Apache License 2.0
464 stars 37 forks source link

Rebuild in `IndexedStack` #52

Closed mbfakourii closed 10 months ago

mbfakourii commented 10 months ago

Describe the bug When we use IndexedStack and go to other tabs, the operation of changing color or color mode is not done properly! It is necessary to rebuild the tab to fix it!

Expected behavior I expected the color change to work well in other tabs.

Screenshots In these screenshots, I went from light to dark mode, but some parts have not changed yet!

Bug screenshot Screenshot from 2023-10-29 11-18-27

Correct screenshot Screenshot from 2023-10-29 11-15-45

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Currently I have to use a global listener in all tabs to rebuild the tab!

mbfakourii commented 10 months ago

Fixed !