bubble_showcase library

BubbleShowcase, created by Skyost Github : https://github.com/Skyost/BubbleShowcase

Classes

AbsoluteBubbleSlide
A bubble slide with an absolute position on the screen.
AbsoluteBubbleSlideChild
A bubble slide child with an absolute position on the screen.
BubbleShowcase
The BubbleShowcase main widget.
BubbleShowcaseNotification
Notification Used to tell the BubbleShowcase to continue the showcase
BubbleSlide
A simple bubble slide that allows to highlight a specific screen zone.
BubbleSlideChild
A bubble slide child, holding a widget.
Circle
A circle shape.
Oval
An oval shape.
OverlayClipper
OverlayPainter
A simple painter that allows to highlight a specific zone on the screen by darkening the whole screen (apart the specified zone).
Position
Represents a position on the screen.
Rectangle
A rectangle shape.
RelativeBubbleSlide
A bubble slide with a position that depends on another widget.
RelativeBubbleSlideChild
A bubble slide with a position that depends on the highlight zone.
RoundedRectangle
A rounded rectangle shape.
Shape
Represents a highlight shape.
Utils
Contains some useful methods.

Enums

PassthroughMode
Pointer passthrough mode for the BubbleSlide

Typedefs

PositionCalculator = Position Function(Size size)
A function that allows to calculate a position according to a provided size.