Skip to content
master
Go to file
Code
This branch is 12 commits ahead of best-flutter:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

flutter_page_indicators

Page indicator for flutter, with multiple build-in layouts.

NOTE:This project is forked from flutter_page_indicator, because the author doesn't maintain any more.

Show cases

showcases

Installation

Add

flutter_page_indicators:

to your pubspec.yaml ,and run

flutter packages get 

in your project's root directory.

Basic Usage

new PageIndicator(
  layout: PageIndicatorLayout.SLIDE,
  size: 20.0,
  controller: YOUR_PAGE_CONTROLLER,
  space: 5.0,
  count: 4,
)

All build-in layouts

Layout Showcase Support version
PageIndicatorLayout.NONE From 0.0.1
PageIndicatorLayout.SLIDE From 0.0.1
PageIndicatorLayout.WARM From 0.0.1
PageIndicatorLayout.COLOR From 0.0.1
PageIndicatorLayout.SCALE From 0.0.1
PageIndicatorLayout.DROP From 0.0.1

About

Page indicator for flutter, with multiple build-in layouts.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.