Skip to content

Commit 2f9ed0f

Browse files
committed
Fix analysis
1 parent c9a063c commit 2f9ed0f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0+2
2+
### Fixes:
3+
- Pub.dev readme file fix.
4+
- Fix code formatting issues
15
## 1.1.0
26

37
### Fixes:

lib/src/custom_refresh_indicator.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class CustomRefreshIndicator extends StatefulWidget {
6161

6262
/// Function in wich custom refresh indicator should be implemented.
6363
///
64-
/// ### IMPORTANT:
65-
/// IT IS NOT CALLED ON EVERY [IndicatorController] DATA CHANGE.
64+
/// ### IMPORTANT:
65+
/// IT IS NOT CALLED ON EVERY [IndicatorController] DATA CHANGE.
6666
/// To rebuild widget on every [IndicatorController] data change, consider
6767
/// using [IndicatorController] that is passed to this function as the third argument
6868
/// in combination with [AnimationBuilder].

0 commit comments

Comments
 (0)