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 1541dd3 commit 1ab7b46Copy full SHA for 1ab7b46
packages/flutter/lib/src/widgets/async.dart
@@ -637,12 +637,11 @@ class _FutureBuilderState<T> extends State<FutureBuilder<T>> {
637
});
638
}
639
assert(() {
640
- if(FutureBuilder.debugRethrowError) {
+ if (FutureBuilder.debugRethrowError) {
641
Future<Object>.error(error, stackTrace);
642
643
return true;
644
}());
645
-
646
647
// An implementation like `SynchronousFuture` may have already called the
648
// .then closure. Do not overwrite it in that case.
0 commit comments