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

Check if responsiveBreakpointsData has changed #176

Open rienkkk opened 4 months ago

rienkkk commented 4 months ago

I want to check if the responsive data has changed. I tried checking the hashcode of responsiveBreakpointsData, however this value always returns 0. I think it would be a wise approach to change the hascode according to the data within responsiveBreakpointsData.

rayliverified commented 5 days ago

Good idea, can you submit a PR?