Skip to content
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

Support for OTA #8

Open
sagar-tide opened this issue Sep 20, 2023 · 1 comment
Open

Support for OTA #8

sagar-tide opened this issue Sep 20, 2023 · 1 comment

Comments

@sagar-tide
Copy link

Hey @Tomucha
I would like to download localisation from the network and use it instead of the local one. How can we achieve that?

@Tomucha
Copy link
Contributor

Tomucha commented Sep 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants