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
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):
Device: Pixel 2
OS: Android API 29
Flutter version: 2.2.3
bubble_showcase version: ^1.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
If you set a RelativeBubbleSlide to be on a horizontal axis (
AxisDirection.right
orAxisDirection.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
orAxisDirection.down
) the same happens but with the width of the RelativeBubbleSlide.To Reproduce
Steps to reproduce the behavior:
BubbleSlide _firstSlide
in theexample.dart
file 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):
The text was updated successfully, but these errors were encountered: