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
I noticed something weird with my graphs being that the data, not the graph, was being reloaded during hot refreshes, and also by calling setState. The code is basically copied from the pub.dev example, with the data being from my database.
Here is the original. The graph exists inside of a Futurebuilder and the data is from Firebase.
Then after hot refreshing (identical behavior whenever I called setState)
And after awhile it becomes very apparent something isn't correct
The text was updated successfully, but these errors were encountered:
I noticed something weird with my graphs being that the data, not the graph, was being reloaded during hot refreshes, and also by calling setState. The code is basically copied from the pub.dev example, with the data being from my database.
Here is the original. The graph exists inside of a Futurebuilder and the data is from Firebase.
Then after hot refreshing (identical behavior whenever I called setState)
And after awhile it becomes very apparent something isn't correct
The text was updated successfully, but these errors were encountered: