You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great app so far, I just found an issue while trying it.
On the Coin detail screen, when you click to change duration (Today, 1W, 1M, etc.), nothing happens.
The state isn't changing and doesn't refresh the CoinRandomedChartWidget.
My guess is to change the CoinDetailScreen to a StatefulWidget and manage the state between the CoinRandomedChartWidget and the ToggleButtons.
I wasn't able to do it in a clean way but it works.
I am really interested to see how you can solve it in a cleaner way, thanks!
Great app so far, I just found an issue while trying it.
On the Coin detail screen, when you click to change duration (Today, 1W, 1M, etc.), nothing happens.
The state isn't changing and doesn't refresh the CoinRandomedChartWidget.
My guess is to change the CoinDetailScreen to a StatefulWidget and manage the state between the CoinRandomedChartWidget and the ToggleButtons.
I wasn't able to do it in a clean way but it works.
I am really interested to see how you can solve it in a cleaner way, thanks!
`
`
The text was updated successfully, but these errors were encountered: