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
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Describe the bug
If you set a RelativeBubbleSlide to be on a horizontal axis (AxisDirection.right or AxisDirection.left) the BubbleShowcase widget will at maximum be of the height of the widget and cannot exceed it.
If you set it to a vertical axis (AxisDirection.up or AxisDirection.down) the same happens but with the width of the RelativeBubbleSlide.
To Reproduce
Steps to reproduce the behavior:
In a Scaffold, create a small widget, for example an IconButton
Add a RelativeBubbleSlide that focuses on the key of the IconButton, the structure of the BubbleSlides follows the structure of the BubbleSlide _firstSlide in the example.dart file of this package.
Set the RelativeBubbleSlide direction to be a horizontal axis.
See how the container overflows from the text not being able to fit in the small height of the IconButton
Set the RelativeBubbleSlide direction to be a vertical axis.
See how the container overflows vertically from the text not being able to fit in the small width of the IconButton
Expected behavior
You should be able to go beyond the width/height of the widget you are highlighting.
Screenshots
Smartphone (please complete the following information):
Describe the bug
If you set a RelativeBubbleSlide to be on a horizontal axis (
AxisDirection.rightorAxisDirection.left) the BubbleShowcase widget will at maximum be of the height of the widget and cannot exceed it.If you set it to a vertical axis (
AxisDirection.uporAxisDirection.down) the same happens but with the width of the RelativeBubbleSlide.To Reproduce
Steps to reproduce the behavior:
BubbleSlide _firstSlidein theexample.dartfile of this package.Expected behavior
You should be able to go beyond the width/height of the widget you are highlighting.
Screenshots


Smartphone (please complete the following information):