MarcelGarus / marquee

A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions and velocities, pausing after every round and specifying custom durations and curves for accelerating and decelerating.
MIT License
274 stars 113 forks source link

error build for flutter 3.22.0 #95

Closed mdddj closed 1 month ago

mdddj commented 1 month ago
Could not build the precompiled application for the device.
Error (Xcode): ../.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.
JgomesAT commented 1 month ago

I have the same problem, can you update the plugin fading_edge_scrollview-3.0.0 to last version fading_edge_scrollview 4.1.1

eivihnd commented 1 month ago

While we wait for an official fix:

dependency_overrides:
  fading_edge_scrollview: ^4.1.1
hatim-essadeq commented 1 month ago

i have the same issue, cant build the app, please to update the fading_edge_scrollview to ^4.1.1. thanks.