Flutter Percent Indicator

Flutter Percent Indicator

November 6, 2020 totosugito 0

Percent Indicator Circular and Linear percent indicators Features Circle percent indicator Linear percent indicator Toggle animation Custom duration of the animation Progress based on a […]

Flutter PageView indicator

Flutter PageView indicator

May 9, 2020 totosugito 0

Worm Indicator A Flutter PageView indicator insprired by worm animation. It can be easily integrated with any Flutter PageView. Pull requests are welcome Features Use […]

Flutter Page View Indicator

Flutter Page View Indicator

May 2, 2020 totosugito 0

PageViewIndicator Builds indication marks for PageView. Import import 'package:page_view_indicator/page_view_indicator.dart'; Usage Default Material behavior return PageViewIndicator( pageIndexNotifier: pageIndexNotifier, length: length, normalBuilder: (animationController, index) => Circle( size: […]