rafalbednarczuk / curved_navigation_bar

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

Bottom nav item flickering while scrolling on iOS #121

Open mohamoha6200 opened 2 years ago

mohamoha6200 commented 2 years ago

https://streamable.com/qwlaus

Hi readers , as shown in the video above , the flickering issue started happening after migrating the flutter sdk from 2.0.5 to 2.10.0 using the package on it's latest version '1.0.3' , it wise to mention that the issue is only reproduceable on IOS devices , android ones do not have this issue (even if we set scroll physics to bouncing). Any ideas on how to fix this ?

rafalbednarczuk commented 2 years ago

Does it work fine on version 1.0.1?

mohamoha6200 commented 2 years ago

Tried it on 1.0.2 and 1.0.3 will let you know shortly , thx.

mohamoha6200 commented 2 years ago

Unfortunately I could reproduce it with 1.0.1 and flutter 2.10.1 too !