We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713e0ec commit c2ca657Copy full SHA for c2ca657
README.md
@@ -2,7 +2,7 @@
2
3
Widget to display dots indicator to show a position (for a pageview for example).
4
5
-# Installation
+## Installation
6
7
You just need to add `dots_indicator` as a [dependency in your pubspec.yaml file](https://flutter.io/using-packages/).
8
@@ -11,7 +11,7 @@ dependencies:
11
dots_indicator: ^0.0.4
12
```
13
14
-# Example
+## Example
15
16
In these example, `pageLength` is the total of dots to display and `currentIndexPage` is the position to hightlight (the active dot).
17
@@ -86,5 +86,4 @@ new DotsIndicator(
86
position: currentIndexPage,
87
dotSpacing: const EdgeInsets.all(10.0)
88
)
89
-```
90
-
+```
0 commit comments