Files
org.parres.whitenoise/linux
JeffGandGitHub 113b4fb87c feat(widgets): add WnCarouselIndicator component (#186)
* feat(widgets): add WnCarouselIndicator component

Implement carousel indicator widget for showing position in paginated content.

- Active dot expands (28px) with primary fill color
- Inactive dots are circular (8px) with secondary fill color
- Directional bounce animation using elasticOut curve (600ms)
- Fast color transition (150ms) for smooth deactivation
- 8px gap between indicator dots

Closes #103

* fix: use .r for border radius and remove context anti-pattern

- Change BorderRadius.circular(4.h) to BorderRadius.circular(4.r)
- Remove stored BuildContext field in _InteractiveCarouselIndicator
2026-02-06 11:22:30 +01:00
..
2025-11-24 15:02:01 -03:00