flutter_showcaseview
flutter_showcaseview copied to clipboard
Flutter plugin that allows you to showcase your features on flutter application. 👌🔝🎉
**Describe the bug** I am applying a TextAlign.center to the titleAlignment property and the Title is not centered. **Expected behavior** I would expect the title to appear centered.
Hi, I've been working a couple days trying to isolate this problem, and I simplified it to a point where I know it appears with a combination of **Showcaseview**, **Getx**...
# Description added try/catch around overlay builder in the case showcase widget context is dirty and getRenderBox throws an exception ## Breaking Change? No, this PR is not a breaking...
# Description add support to change CrossAxisAlignment for the title and description no braking changes titleDesCrossAxisAlignment: CrossAxisAlignment.center, without titleDesCrossAxisAlignment ## Checklist - [ ] The title of my PR starts...
added prop allowTargetInteraction which will allow target's default behaviour # Description Currently we are not allowed to make target interactive, because positioned widget is drawn on top of overlay, this...
**Describe the bug** Here is my code, I set disableDefaultTargetGestures to false but I found I still cannot trigger the target's default click event. I have to click the target...
**Is your feature request related to a problem? Please describe.** I am focusing showcaseview on column which has 5 radio button, i want user to select one of them, but...
# Description This PR allows us to provide the list of tooltip action button with configurations. ## Checklist - [x] The title of my PR starts with a [Conventional Commit]...
**Describe the bug** We get the following exception in Sentry: StateError layout_overlays.dart in AnchoredOverlay.build.. **To Reproduce** Unable to reproduce on local, we only get many reports of this issue in...
**Is your feature request related to a problem? Please describe.** Nothing happens when the text is clicked **Describe the solution you'd like** I want to go to the next when...