-
Notifications
You must be signed in to change notification settings - Fork 515
Description
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