marquee icon indicating copy to clipboard operation
marquee copied to clipboard

I getting error on using marquee

Open Milan-Verselix opened this issue 1 year ago • 3 comments

../../../.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' ('../../../Library/Developer/flutter/packages/flutter/lib/src/widgets/page_view.dart').

  • 'ScrollController' is from 'package:flutter/src/widgets/scroll_controller.dart' ('../../../Library/Developer/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart'). scrollController: child.controller,

    How to solve it ?

Milan-Verselix avatar Jun 13 '24 06:06 Milan-Verselix

Getting same issue here

GoranSustekJr avatar Jun 13 '24 16:06 GoranSustekJr

Have been searching around and in the following issue https://github.com/MarcelGarus/marquee/issues/98 is the anwser.

GoranSustekJr avatar Jun 13 '24 16:06 GoranSustekJr

https://github.com/MarcelGarus/marquee/issues/98 the anwser is here

henriquemello avatar Jun 20 '24 16:06 henriquemello

Please update to 2.3

realitymolder avatar Sep 30 '24 10:09 realitymolder