BubbleShowcase icon indicating copy to clipboard operation
BubbleShowcase copied to clipboard

BubbleShowcase is a small but power flutter package that allows you to highlight specific parts of your app to explain them to the user or to showcase your app new features.

Results 10 BubbleShowcase issues
Sort by recently updated
recently updated
newest added

Fixes Skyost/BubbleShowcase#16 This also supersedes part of the effort that #11 was doing, but I think a bit better, instead of declaring manually by how much you want the container...

**Features** 1. Slide controller which cab be called from bubble slide child There are 2 arguments added to Showcase widget. * `slideNumberStream`Trigger this to go to targeted slide. It is...

FYI: ![image](https://user-images.githubusercontent.com/72802049/140941020-70f0654c-0b1a-486a-aa7e-85e8ab8ea9ea.png)

bug

Adding passthrough mode for the Absolute Bubble Slide will allow us to force the user to interact with a specific position and will not dismiss the showcase when pressing anywhere...

enhancement

When creating the RelativeBubbleSlide instance, I cannot set the `onExit` and `onEnter` functions.

enhancement

**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...

bug

**Is your feature request related to a problem? Please describe.** Issue occurs when you have a few pages in PageView. You add BubbleShowcase to the third page. So if you...

enhancement

![Screenshot_1600248320](https://user-images.githubusercontent.com/18160916/93318886-82bf6280-f80f-11ea-9837-50cf02aafd68.png) **Describe the bug** A clear and concise description of what the bug is. Although I put the padding to slide bubbleShowcase, the highlight zone always is up from widget...

bug

**Describe the bug** When I use BubbleShowcase with a RelaitveBubbleSlide with a key that identifies a widget inside a FittedBox, the shape is not displayed in correct size. It looks...

bug

Thank you for writing a great library. I want to add 1 function: only when I click on any button, can I show highlight on the view? thank you.

enhancement