Skip to content

Commit

Permalink
docs: fix change log
Browse files Browse the repository at this point in the history
  • Loading branch information
aagarwal1012 committed Jun 1, 2019
1 parent 7c12006 commit e21b06e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.2
## 1.1.1
* Fixed the DiagnosticsNode error with error reporting that occurs with newer versions of Flutter.

## 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/liquid_pull_to_refresh.dart
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ class _LiquidPullToRefreshState extends State<LiquidPullToRefresh>
assert(() {
if (refreshResult == null) {
// See https://github.com/flutter/flutter/issues/31962#issuecomment-488882515
// Delete
// Delete this code when the new context update reaches stable versions of Flutter.
final bool _useDiagnosticsNode =
FlutterError('text') is Diagnosticable;

Expand Down

0 comments on commit e21b06e

Please sign in to comment.