flutter_showcaseview
flutter_showcaseview copied to clipboard
Flutter plugin that allows you to showcase your features on flutter application. πππ
This PR allows adding any desired widget below the description text. The motivation for this change is to enable adding step bars to sequential descriptions. ## Checklist - [x] The...
I'm using flutter web **To Reproduce** Steps to reproduce the behavior: 1. Run the app on the web 2. Try to resize window horizontally **Expected behavior** Target widget should stay...
# Description - Added `titleAlignment` and `descriptionAlignment` parameters to align title and description within the tooltip widget - Renamed parameters `titleAlignment` to `titleTextAlign` and `descriptionAlignment` to `descriptionTextAlign` ## Checklist -...
**Describe the bug** It looks like the widget is not working when applied to the drawer widget of material. ```dart return Scaffold( drawer: Showcase( key: _navMenu, description: 'help and contact,...
# Description ## Checklist - [x] The title of my PR starts with a [Conventional Commit] prefix (`fix:`, `feat:`, `docs:` etc). - [x] I have followed the [Contributor Guide] when...
If I wrap with ShowCase when using AnimatedSwitcher, the animation does not work.
**Describe the bug** When there is an item on the far right of the screen. The bubble should not have a rounded corner on the top right. **To Reproduce** Add...
**Describe the bug** When you wrap a tall widget in a "Showcase", with ShowCaseWidget(autoPlay: true), the showcase is not visible after the autoscroll. **To Reproduce** Steps to reproduce the behavior:...
# Description Added support for tests. Namely introduced a way of how to check whether overlay widget is present or not. This is done by specifying overlay widget key, which...
# Description Enables adding a Skip button, to skip the entire showcase. Inspired by: [#396 ](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/396) @MichaelCadavillo ## Checklist - [X] The title of my PR starts with a [Conventional...