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

withNoTextScaling not working in letest version #170

Closed sanjaycdev closed 5 months ago

sanjaycdev commented 6 months ago

image

i was trying to make my app's font size constant irrespective of device's font size. with below code . But it doesn't have any effect . Its working with older version of "ResponsiveFramework" does it have any work around for this ?.

MediaQuery.withNoTextScaling(child:child!,),

rayliverified commented 6 months ago

Thank you for reporting!

This is a new MediaQuery property that should be added to the internal MediaQuery of the ResponsiveMediaQuery.

rayliverified commented 6 months ago

Hmmm, I can't reproduce. The MediaQuery no text scaling is flowing through properly.

image

image image

sanjaycdev commented 6 months ago

ui after increasing system font size image

pubspec.yaml snap image

This is my whole code image

image

Hope you could find some issue in my code to fix the issue :)

sanjaycdev commented 5 months ago

its fixed , But couldn't find cause . flutter and package was updated recently , Thanks .