Skip to content

Lazy Initialization is an issue for compose applications #49

@PabloProta

Description

@PabloProta

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions