All Projects → best-flutter → Flutter_page_indicator

best-flutter / Flutter_page_indicator

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

Programming Languages

dart
5743 projects

pub package

flutter_page_indicator

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

Show cases

showcases

Installation

Add

flutter_page_indicator:

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].