-
Notifications
You must be signed in to change notification settings - Fork 774
Description
../../../developer/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_datepicker-20.4.48/lib/src/date_picker/date_picker.dart:7596:37: Error: The argument type 'ScrollableState?' can't be assigned to the parameter type 'ScrollableState' because 'ScrollableState?' is nullable and 'ScrollableState' isn't.
-
'ScrollableState' is from 'package:flutter/src/widgets/scrollable.dart' ('../../../developer/flutter/packages/flutter/lib/src/widgets/scrollable.dart').
scrollableState: Scrollable.of(context), ^
../../../developer/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_datepicker-20.4.48/lib/src/date_picker/date_picker.dart:7611:40: Error: A value of type 'ScrollableState?' can't be assigned to a variable of type 'ScrollableState' because 'ScrollableState?' is nullable and 'ScrollableState' isn't.
-
'ScrollableState' is from 'package:flutter/src/widgets/scrollable.dart' ('../../../developer/flutter/packages/flutter/lib/src/widgets/scrollable.dart').
..scrollableState = Scrollable.of(context) ^
../../../developer/.pub-cache/hosted/pub.dartlang.org/syncfusion_flutter_datepicker-20.4.48/lib/src/date_picker/date_picker.dart:7665:71: Error: A value of type 'RenderAbstractViewport?' can't be returned from a function with return type 'RenderAbstractViewport' because 'RenderAbstractViewport?' is nullable and 'RenderAbstractViewport' isn't.
- 'RenderAbstractViewport' is from 'package:flutter/src/rendering/viewport.dart' ('../../../developer/flutter/packages/flutter/lib/src/rendering/viewport.dart').
RenderAbstractViewport get _stackViewPort => RenderAbstractViewport.of(this);