rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
694 stars 242 forks source link

Cant compile for Windows. #81

Closed Shiba-Kar closed 3 years ago

Shiba-Kar commented 4 years ago

/C:/flutter/.pub-cache/hosted/pub.dartlang.org/curved_navigation_bar-0.3.4/lib/curved_navigation_bar.dart(95,9): error GBF4691A2: No named parameter with the name 'overflow'. [C:\Programming\Flutter\adminbscit\build\windows\flutter\flutter_assemble.vcxproj]

prafgup commented 4 years ago

Change your flutter channel to stable instead of master.

This is a known issue here https://github.com/flutter/flutter/issues/66135

(Will Migrate this Plugin to use clipBehavior: Clip.none instead of overflow soon. )

rafalbednarczuk commented 4 years ago

Change your flutter channel to stable instead of master.

This is a known issue here https://github.com/flutter/flutter/issues/66135

(Will Migrate this Plugin to use clipBehavior: Clip.none instead of overflow soon. )

cool, I'm waiting for pull request

prafgup commented 4 years ago

@rafalbednarczuk Overflow has been added again but as deprecated. https://github.com/flutter/flutter/pull/66305 I will create a PR to use clipBehavior but you should wait for sometime before merging as it may break old flutter version support.

Shiba-Kar commented 4 years ago

Change your flutter channel to stable instead of master.

This is a known issue here flutter/flutter#66135

(Will Migrate this Plugin to use clipBehavior: Clip.none instead of overflow soon. )

I am in dev. I was just trying to build for windows. I always work in stable only.

aymenbs2 commented 4 years ago

hey any update please

rafalbednarczuk commented 3 years ago

fixed in 0.3.5