nice_page_indicator

Last updated:

0 purchases

nice_page_indicator Image
nice_page_indicator Images
Add to Cart

Description:

nice page indicator

nice_page_indicator #
I want to be a nice package
You can easily implement Animation Page indicator.

Usage #
Install #
dependencies:
nice_page_indicator: ^0.0.3
copied to clipboard
How To Use #

changed Indicator style

size [active,inactive]
color [active,inactive]
animation duration



▶️ If You want to PageIndicator Style, Chagned PageIndicatorStyle Class Argument.

indicator location

topLeft,topCenter,topRight,centerLeft,center,centerRight,bottomLeft,bottomCetner,bottomRight



▶️ If You want to PageIndicator Location, set pageIndicatorLocation Type.
NicePageIndicator(
pageController: pageController,
physics:constScrollPhysics(),
pageWidgets: contents,
pageIndicatorStyle:const PageIndicatorStyle(activeColor: Colors.cyan),
pageIndicatorLocation: PageIndicatorLocation.topRight,
pageIndicatorPadding:constEdgeInsets.all(16),
);
copied to clipboard

with Column

This package consists of a stack and a column, and you can add components by accessing pageUpperWidgets & pageLowerWidgets.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.