You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue with the Resize library in my Flutter app, specifically with text scaling. When I use the Resize widget, the text scaling is not working as expected, and it's causing the app size to increase when changing the text size from the device settings.
Steps to Reproduce:
Implement the Resize widget in the app's root widget tree, setting allowTextScaling to true.
Run the app on a device with different text scaling settings (e.g., Large Text enabled in device settings).
Observe that the app's text size is not respecting the device's text scaling settings, and the app size increases.
Expected Behavior:
The app's text size should respect the device's text scaling settings when using the Resize widget with allowTextScaling set to true. The app's layout should not change drastically due to text scaling changes from the device settings.
Actual Behavior:
The app's text size remains unaffected by the device's text scaling settings. As a result, the app size increases when changing the text size from the device settings. This causes layout issues and inconsistency in the app's appearance.
The text was updated successfully, but these errors were encountered:
I am facing an issue with the Resize library in my Flutter app, specifically with text scaling. When I use the Resize widget, the text scaling is not working as expected, and it's causing the app size to increase when changing the text size from the device settings.
Steps to Reproduce:
Implement the Resize widget in the app's root widget tree, setting allowTextScaling to true.
Run the app on a device with different text scaling settings (e.g., Large Text enabled in device settings).
Observe that the app's text size is not respecting the device's text scaling settings, and the app size increases.
Expected Behavior:
The app's text size should respect the device's text scaling settings when using the Resize widget with allowTextScaling set to true. The app's layout should not change drastically due to text scaling changes from the device settings.
Actual Behavior:
The app's text size remains unaffected by the device's text scaling settings. As a result, the app size increases when changing the text size from the device settings. This causes layout issues and inconsistency in the app's appearance.
The text was updated successfully, but these errors were encountered: