Steps to reproduce
Unclear, observed crash in production.
(animation_controller.dart:918:5) AnimationController.dispose
(overscroll_indicator.dart:1005:9) _StretchController.animate.<anonymous function>
(zone_root.dart:27:46) _rootRun
(zone.dart:810:12) _CustomZone.run
(future_impl.dart:186:29) _FutureListener.handleWhenComplete
(future_impl.dart:974:11) _Future._propagateToListeners
(future_impl.dart::720:5) _Future._completeWithValue
(future_impl.dart:804:7) _Future._asyncCompleteWithValue.<anonymous function>
(zone_root.dart:35:12) _rootRun
(zone.dart:810:12) _CustomZone.run
The root cause is the hard null-dereference on this line:
Expected results
No crash
Actual results
Crash
Code sample
N/A
Screenshots or Video
N/A
Logs
N/A
Flutter Doctor output
N/A
Steps to reproduce
Unclear, observed crash in production.
The root cause is the hard null-dereference on this line:
flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart
Line 1005 in fcae95b
Expected results
No crash
Actual results
Crash
Code sample
N/A
Screenshots or Video
N/A
Logs
N/A
Flutter Doctor output
N/A