Mamasodikov / cosmos_epub

EPUB reader package with great UI, easy customization and awesome features
https://pub.dev/packages/cosmos_epub
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Build failed when this package is added #7

Open ZainRaza78 opened 2 weeks ago

ZainRaza78 commented 2 weeks ago

Build fails when this package is added. To fix this issue You need to replace the line 116 in the package floating_edge_scrollview-3.0.0

Form this

  scrollController: child.controller,

To

  scrollController: child.controller ?? PageController(),

then all the errors will be fixed.

Mamasodikov commented 2 weeks ago

Hi, thanks for opening an issue, I recently published a new release, check it out and let me know if the issue persists.