We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I hope to add loading animations when the actual page content is not displayed.
It can be considered to distribute events in Flutter, and it is better for Flutter to display a loading widget than full screen white.
No response
The text was updated successfully, but these errors were encountered:
Temporarily implemented through events onLoadError and onDOMContentLoaded. These events are not mentioned in the document.
Sorry, something went wrong.
Maybe I can design a callback that triggers when widgets are received and displayed on the screen, before the actual page content has fully loaded.
andycall
No branches or pull requests
Should this be an RFC?
Description
I hope to add loading animations when the actual page content is not displayed.
It can be considered to distribute events in Flutter, and it is better for Flutter to display a loading widget than full screen white.
Alternatives and Workarounds
No response
The text was updated successfully, but these errors were encountered: