bharat-1809 / glass_kit

💎 A package containing widgets to implement glass morphism in flutter apps
https://pub.dev/packages/glass_kit
MIT License
80 stars 15 forks source link

[Question] The properties of the GlassContainer are resetting at the end of ListView #33

Open BLACK4585 opened 9 months ago

BLACK4585 commented 9 months ago

Hey, I am using GlassContainers in a ListView, so I have multiple ones below. When I scroll down or up and reach the end and drag against the barrier, the settings of each GlassContainer are removed until I let go. Like the blurriness and background color, so the containers are looking like their default ones. Is there a setting I am missing? Thank you in advance!

bharat-1809 commented 6 months ago

Hey @BLACK4585, I am not able to reproduce the issue and you don't need any extra config for using it in a ListView. Can you please provide some steps to reproduce or a video recording of the problem?

PS: I've also added an example showcasing GlassContainer in a ListView. Check it here

ephammer commented 2 months ago

ScreenRecording2024-09-20at17 36 32-ezgif com-video-to-gif-converter Here is an example of the bug