flutter_xlider icon indicating copy to clipboard operation
flutter_xlider copied to clipboard

Error: No named parameter with the name 'overflow'.

Open MR0100-zz opened this issue 4 years ago • 2 comments

/Volumes/Media/Software/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_xlider-3.4.0/lib/flutter_xlider.dart:322:19: Error: No named parameter with the name 'overflow'. overflow: Overflow.visible, ^^^^^^^^ /Volumes/Media/Software/flutter/packages/flutter/lib/src/widgets/basic.dart:3273:3: Context: Found this candidate, but the arguments don't match. Stack({ ^^^^^ /Volumes/Media/Software/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_xlider-3.4.0/lib/flutter_xlider.dart:314:13: Error: No named parameter with the name 'overflow'. overflow: Overflow.visible, ^^^^^^^^ /Volumes/Media/Software/flutter/packages/flutter/lib/src/widgets/basic.dart:3273:3: Context: Found this candidate, but the arguments don't match. Stack({ ^^^^^ /Volumes/Media/Software/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_xlider-3.4.0/lib/flutter_xlider.dart:1485:15: Error: No named parameter with the name 'overflow'. overflow: Overflow.visible, ^^^^^^^^ /Volumes/Media/Software/flutter/packages/flutter/lib/src/widgets/basic.dart:3273:3: Context: Found this candidate, but the arguments don't match. Stack({ ^^^^^ /Volumes/Media/Software/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_xlider-3.4.0/lib/flutter_xlider.dart:1606:15: Error: No named parameter with the name 'overflow'. overflow: Overflow.visible, ^^^^^^^^ /Volumes/Media/Software/flutter/packages/flutter/lib/src/widgets/basic.dart:3273:3: Context: Found this candidate, but the arguments don't match. Stack({ ^^^^^

MR0100-zz avatar Sep 28 '20 12:09 MR0100-zz

In the Stack you use "overflow: Overflow.visible" which is not actually property of Stack.

MR0100-zz avatar Sep 28 '20 12:09 MR0100-zz

I'm having the same issue 🤔 Looks like same issue #89

hiroshihorie avatar Sep 30 '20 16:09 hiroshihorie