Rahiche / soft_edge_blur

A Flutter package that provides a customizable soft edge blur effect for widgets.
MIT License
122 stars 6 forks source link

Incorrect behaviour on android when opacity widget is in the #18

Open Nic-DB opened 6 days ago

Nic-DB commented 6 days ago

When there is a opacity widget in the screen and you interact with it the screen gets rendered without some information.

The following is the normal behaviour.

https://github.com/user-attachments/assets/3f0b1866-1400-43f9-857b-764d70a9b62c

This can be obtained by wrapping the GestureDetector with the opacity widget inside _buildNavItem function in the music_playlist.dart file

https://github.com/user-attachments/assets/b56d7f24-acbf-41f9-813a-888317d2beba

Let me know if you need some more information. I tested on Android physical device, it wasn't present when testing on iOS simulator