../../../AppData/Local/Pub/Cache/hosted/pub.dev/fading_edge_scrollview-3.0.0/lib/src/fading_edge_scrollview.dart:116:31: Error: The argument type ‘PageController?’ can’t be assigned to the parameter type ‘ScrollController’ because ‘PageController?’ is nullable and ‘ScrollController’ isn’t.
- ‘PageController’ is from ‘package:flutter/src/widgets/page_view.dart’ (‘/C:/Program%20Files/flutter/packages/flutter/lib/src/widgets/page_view.dart’).
- ‘ScrollController’ is from ‘package:flutter/src/widgets/scroll_controller.dart’ (‘/C:/Program%20Files/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart’).
scrollController: child.controller,
Target kernel_snapshot failed: Exception
- What went wrong:
Execution failed for task ‘:app:compileFlutterBuildDebug’.
Process ‘command ‘C:Program Filesflutterbinflutter.bat” finished with non-zero exit value 1
Can you please suggest me how I can resolve this error?
Sudip Rokaya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.