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
Describe the question Flutter supports deferred, or "lazy", loading on Android and the web. Is possible use this with this package?
For example, if I have a big module, is possible a lazy loading for its module?
The text was updated successfully, but these errors were encountered:
same question, did you find any solution?
Sorry, something went wrong.
You can make the routes deferred if you want, take a look at this example: [code]
Note: on web it doesn't work with wasm, you need to run using canvaskit.
No branches or pull requests
Describe the question
Flutter supports deferred, or "lazy", loading on Android and the web. Is possible use this with this package?
For example, if I have a big module, is possible a lazy loading for its module?
The text was updated successfully, but these errors were encountered: