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 1c1c01e commit cddcc16Copy full SHA for cddcc16
ios/Podfile.lock
@@ -102,4 +102,4 @@ SPEC CHECKSUMS:
102
103
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
104
105
-COCOAPODS: 1.9.3
+COCOAPODS: 1.10.0
lib/page/dynamic/dynamic_bloc.dart
@@ -47,7 +47,7 @@ class DynamicBloc {
47
}
48
49
doNext(res) async {
50
- if (res.next != null) {
+ if (res?.next != null) {
51
var resNext = await res.next();
52
if (resNext != null && resNext.result) {
53
changeLoadMoreStatus(getLoadMoreStatus(resNext));
0 commit comments