highlighter-coachmark
highlighter-coachmark copied to clipboard
Flutter widget CoachMark
Display highlighted area at wrong positioned for some devices.
Using BackdropFilter has a big impact in performance specially when using multiple `CoachMarks` on lower end devices. It has a nice effect, however, in some cases using just an alpha...
Orientation change while showing the coach mark leads to a highlighted area which does not match the desired widget anymore.
Is it possible to display the hint (e.g. a white Text widget) on top of the blurred overlay? Currently, the hint is also rendered below the overlay. This would be...
As a developer, implementing this great library, it would be great to have the ability to customise parts of the behaviour. - Tweens for `_blurAnimation` and `_opacityAnimation`. - Shadow for...