Skip to content

Text Scaling Issue in Resize Library Causing App Size Increase #9

@arslanrazacrew

Description

@arslanrazacrew

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions