Skip to content

Rendering issues with scrollable showcase views #590

@mentz-ypo

Description

@mentz-ypo

We are currently encountering some issues when using SingleChildScrollView with showcase widgets.

When there are many elements or a large amount of text inside the showcase view, it occupies a significant part of the screen. On smaller devices, the content sometimes does not even fit the screen entirely. To avoid this, we tried wrapping the widget content in a SingleChildScrollView and also tested using a ListView with AlwaysScrollableScrollPhysics. However, both approaches cause rendering issues, the showcase view content is displayed in the upper left corner of the screen instead of its correct position, or is not displayed at all.

It might be a good enhancement to the package to include an option that allows the showcase view to be scrollable, ensuring that larger content can also be displayed properly on all devices.

Version: showcaseview 5.0.1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions