You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually when developing for compose applications we use the @Preview annotation to check how our ui building in progress might look in the real device. For that we use static properties though. Further as this lib has a lazy initialization it'll not be loaded at the preview. This is awfull, because everytime we want to check our ui that uses your lib will just fail in the preview.
The text was updated successfully, but these errors were encountered:
@PabloProta this is an open source project so feel free to make a pull request with the feature request. I will be more than grateful to merge it as soon as it is submitted.
Usually when developing for compose applications we use the @Preview annotation to check how our ui building in progress might look in the real device. For that we use static properties though. Further as this lib has a lazy initialization it'll not be loaded at the preview. This is awfull, because everytime we want to check our ui that uses your lib will just fail in the preview.
The text was updated successfully, but these errors were encountered: