glitters 0.1.0
glitters: ^0.1.0 copied to clipboard
A glittering widget for Flutter.
Glitters #
A glittering widget for Flutter.
What it does #
This package provides two types of widgets:
- Glitters
- The main widget of this package that fades in and out glitter-like shapes one by one inside itself.
- SingleGlitter
- An extra widget to draw a single static glitter-like shape.
Note #
Glitters uses LayoutBuilder for obtaining the constraints to decide on drawing positions. Make sure that it is not unconstrained to avoid related errors.