flutter_xlider
flutter_xlider copied to clipboard
Error: No named parameter with the name 'overflow'.
/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({ ^^^^^
In the Stack you use "overflow: Overflow.visible" which is not actually property of Stack.
I'm having the same issue 🤔 Looks like same issue #89