A Flutter widget that provides a circular next button with an animated segmented progress ring for onboarding flows
Changelog excerpt:
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[…]