mponkin / fading_edge_scrollview

Flutter library for displaying fading edges on scroll views
BSD 3-Clause "New" or "Revised" License
43 stars 30 forks source link

Error: The argument type 'PageController?' can't be assigned to the parameter type 'ScrollController' because 'PageController?' is nullable and 'ScrollController' isn't. #29

Open this-sunil opened 6 months ago

offline-first commented 6 months ago

Just override the plugin version in your pubspec file solved it for me:

dependency_overrides: 
   fading_edge_scrollview: ^4.1.1
mponkin commented 6 months ago

Hello, thanks for submitting the issue. I literally have no time to work on this package in upcoming month or so. I would be glad if somebody can submit small and clean PR fixing the problem