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
Hey @Tomucha I would like to download localisation from the network and use it instead of the local one. How can we achieve that?
The text was updated successfully, but these errors were encountered:
It would be quite difficult, given the compile-time nature of this library. It's easy in web environment, where you can "deferred" the library loading (see https://riptutorial.com/dart/example/11451/lazily-loading-a-library )
Flutter has something similar but I have zero experience with it: https://docs.flutter.dev/perf/deferred-components
Sorry, something went wrong.
No branches or pull requests
Hey @Tomucha
I would like to download localisation from the network and use it instead of the local one. How can we achieve that?
The text was updated successfully, but these errors were encountered: