-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Request Dependent Widget #549
Comments
@thePeras One more thing to consider is the case when there is local content available (and so the widget shows it) and meanwhile the app fetches new info, without visual feedback (no spinning circle since there was content), and new content 'magically' appears. We can improve on this, not hiding the spinning circle ever while fetching, showing the info at the same time. |
Try not to use helper functions |
@thePeras was this done? |
Handled in #823 |
Show a more descriptive error message on
RequestDependentWidgetBuilder
.The text was updated successfully, but these errors were encountered: