segmented_circular_next_button 0.0.1
segmented_circular_next_button: ^0.0.1 copied to clipboard
A Flutter widget that provides a circular next button with an animated segmented progress ring for onboarding flows
0.0.1 #
Added #
SegmentedCircularNextButtonwidget with animated segmented progress ring.- Internal
AnimationController— no external controller required. - Configurable ring appearance:
ringColor,ringBackgroundColor,ringStrokeWidth,ringGapAngle. - Configurable button appearance:
buttonSize,innerButtonSize,buttonColor,buttonShadowColor,icon,iconColor,iconSize. - Configurable animation:
animationDuration,animationCurve. - Full
ColorScheme.primaryfallback when no colors are provided. _SegmentedRingPainterinternalCustomPainterwith partial-segment fill support.- Example project demonstrating use in a multi-page onboarding flow.