Codelessly / ResponsiveFramework

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
https://codelessly.com
MIT License
1.25k stars 150 forks source link

ResponsiveVisibility field visable invalid #178

Open charles0122 opened 3 months ago

charles0122 commented 3 months ago

Env:

Detail:

I upgraded the flutter sdk to 3.19.6 and found that the visable field didn't work, I don't know if it was a flutter issue or an RF issue with the framework, but I tried wrapping Visibility on the outer layer and it worked.

Warp Visibility to work

image

rayliverified commented 5 days ago

Interesting find.

Can you look into the widget and see if it is behaving correctly after the Condition changes? If not, please let me know and submit a PR if you're able to.