We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0f752 commit 75f0521Copy full SHA for 75f0521
README.md
@@ -35,7 +35,10 @@ add this line to pubspec.yaml
35
```yaml
36
37
dependencies:
38
- pull_to_refresh: ^1.6.4
+ # stable version
39
+ pull_to_refresh: 1.6.3
40
+ # other version
41
+ # pull_to_refresh: ^1.6.4
42
43
```
44
README_CN.md
@@ -35,7 +35,10 @@
0 commit comments