flutter_showcaseview icon indicating copy to clipboard operation
flutter_showcaseview copied to clipboard

Flutter plugin that allows you to showcase your features on flutter application. 👌🔝🎉

Results 100 flutter_showcaseview issues
Sort by recently updated
recently updated
newest added

Also gave the arrow a minimum offset from the tooltip border, as it was overlapping the rounded corners on some elements. Before: ![before](https://user-images.githubusercontent.com/87186017/154229972-2f3f556e-b3d5-4946-863c-3a8b67fb16cd.png) After: ![after](https://user-images.githubusercontent.com/87186017/154229992-f6db23b2-2e8c-44cf-bf85-8ac6feef42e5.png)

Hi, is it possible to use stacked (https://pub.dev/packages/stacked) with showcaseview (https://pub.dev/packages/showcaseview) ? what i've tried, I used onModelReady onModelReady: (model) => model.init(context), and inside init, i called startShowCase void init(BuildContext...

Hello, I would like to use your package to onboard users. But I need something like strict onboarding. It would include: 1. Possibility Manually mark step as completed 2. Steps...

In some cases the showcase widget gets animated altough `disableAnimation` is set to `true`. I fixed this behavior by adding a check before starting the animation controller.

- Don't overwrite space value for custom container until it is out of bound Before the change ![Untitled drawing (1)](https://user-images.githubusercontent.com/26305975/141451494-f3daab2b-1557-48bb-b4e0-820990a94b66.jpg) After the change ![Untitled drawing (2)](https://user-images.githubusercontent.com/26305975/141451529-99c47a1e-094c-4ab1-aada-6fd9217e1d97.jpg)

- tooltip container set a custom position.

Hi Would it be possible to support rtl languages? i tried to fix it with `Directionality` widget but seems it's not working. this is my code: ### Directionality( textDirection: TextDirection.rtl,...

:sparkles: #99 Add action functionality with default option like previous, next, stop

Adds a attribute centerWidget to display a widget in center of the screen. Usually brands want to display a brand icon or character while they show the showcase. This adds...

Fix code embed typo on builder callback