nice_page_indicator 0.0.3 copy "nice_page_indicator: ^0.0.3" to clipboard
nice_page_indicator: ^0.0.3 copied to clipboard

nice page indicator.

nice_page_indicator #

I want to be a nice package

You can easily implement Animation Page indicator.

ezgif-4-4d63391b88

Usage #

Install #

dependencies:
  nice_page_indicator: ^0.0.3

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),
);
  • with Column

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

2
likes
140
pub points
0%
popularity

Publisher

unverified uploader

nice page indicator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on nice_page_indicator