VelocityX icon indicating copy to clipboard operation
VelocityX copied to clipboard

Remove clipBehavior from OverflowBar in 3.20.0.11.0.pre66

Open wind-flow opened this issue 1 year ago • 2 comments

Remove clipBehavior in Overflow_bar.

lib > src > flutter > flex.dart in velocity_x-4.1.2.

below is error message when build.

..AppData/Local/Pub/Cache/hosted/pub.dev/velocity_x-4.1.2/lib/src/flutter/flex.dart:454:7: Error: No named parameter with the name 'clipBehavior'. clipBehavior: clipBehavior, ^^^^^^^^^^^^ ../../flutter_windows_3.7.4-stable/flutter/packages/flutter/lib/src/widgets/overflow_bar.dart:57:9: Context: Found this candidate, but the arguments don't match. const OverflowBar({ ^^^^^^^^^^^

wind-flow avatar Feb 22 '24 04:02 wind-flow

i am also facing the same issue

kayatechindia avatar Mar 26 '24 06:03 kayatechindia

pub.dev/velocity_x-4.1.2/lib/src/flutter/flex.dart:454:7: Error: No named parameter with the name 'clipBehavior'. clipBehavior: clipBehavior,

I'm also facing this issue

abhiplxi avatar Apr 19 '24 08:04 abhiplxi

i am also facing the same issue

TruongVanTamm avatar May 15 '24 04:05 TruongVanTamm

I have the same issue

esperaking81 avatar May 15 '24 09:05 esperaking81

I am also facing the same issue, when I try to build project on Mac, but windows works fine

Comfie avatar May 19 '24 20:05 Comfie

Fixed in v4.2.0

iampawan avatar May 21 '24 11:05 iampawan