# flutter_page_indicator **Repository Path**: tataben/flutter_page_indicator ## Basic Information - **Project Name**: flutter_page_indicator - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-20 - **Last Updated**: 2024-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# flutter_page_indicator Page indicator for flutter, with multiple build-in layouts. ## Show cases  ### Installation Add ```bash flutter_page_indicator: ``` to your pubspec.yaml ,and run ```bash 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 |