Closed kleytonstn closed 6 months ago
Can you elaborate on when and how this is detrimental ?
Can you elaborate on when and how this is detrimental ?
Use case: a web page where other requests are being made at the same time, loading all the assets concurrently is not good for performance, it's better to let the developer decide the approach.
Use case: a web page where other requests are being made at the same time, loading all the assets concurrently is not good for performance, it's better to let the developer decide the approach.
CountrySelector
library as it would benefit there as well.Flags are now disabled by default, Use PhoneFormField.preloadFlags()
to preload
This change offers the option of lazy loading for scenarios where upfront asset download isn't necessary or detrimental to the performance of the page.