iampawan / VelocityX

A minimalist Flutter framework for rapidly building Flutter apps.
https://velocityx.dev
MIT License
1.43k stars 190 forks source link

Remove clipBehavior from OverflowBar in 3.20.0.11.0.pre66 #200

Closed wind-flow closed 5 months ago

wind-flow commented 8 months ago

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({ ^^^^^^^^^^^

kayatechindia commented 7 months ago

i am also facing the same issue

abhiplxi commented 6 months ago

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

TruongVanTamm commented 6 months ago

i am also facing the same issue

esperaking81 commented 6 months ago

I have the same issue

Comfie commented 5 months ago

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

iampawan commented 5 months ago

Fixed in v4.2.0