TechnoUrmish / Sizer

A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
MIT License
240 stars 73 forks source link

Different values on the same page? #51

Closed itaishalom closed 2 years ago

itaishalom commented 2 years ago

Hi, I use the library to calculate my header size. I use 24.h which is equal to 193 pixels. but when I navigate to a different page and then come back to the old page, 24.h equals 160 pixels, and the header size changes. Why is that? I found out that opening and closing the keyboard fixes that issue and the value returns to 193 pixels

itaishalom commented 2 years ago

Found out that I use Sizer builder on the first page and on the second page there is a library that uses Sizer builder too. That causes the issue.