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
Create an "add to app" module for ios with some simple text widgets;
Build the ios module using "flutter build ios-framework" ;
Publish it on a remote service like Artifactory or similar;
Integrate the ios flutter module using Podfile into the ios native project;
Show flutter module using Flutter engine into native project;
Expected results
Using ios text scale options it should scale Flutter Text widgets
Actual results
It is not scaling Text widgets when i change ios text scale options.
Else if i use the local version of the addtoapp module instead of using the remote one on Artifactory,it works correctly.
Code sample
Code sample
Text('hello world');
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
No logs needed
Flutter Doctor output
Doctor output
[✓] Flutter (Channel stable, 3.27.3, on macOS 15.1.1 24B2091 darwin-arm64, locale it-IT)[!] Android toolchain - develop for Android devices (Android SDK version 35.0.0) ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses[✓] Xcode - develop for iOS and macOS (Xcode 16.2)[✓] Chrome - develop for the web[✓] Android Studio (version 2024.2)[✓] Android Studio (version 2022.1)[✓] IntelliJ IDEA Ultimate Edition (version 2024.2.4)[✓] VS Code (version 1.98.2)
The text was updated successfully, but these errors were encountered:
@gianlucainnocente Thanks for the report. Can you provide us a demo repo that we can clone to verify this further ?
Also, please provide us iOS device details in which this behavior occurs. Please see if this is relatable or not in reported case.
Hello @darshankawar, the issue you mentioned is not the same as the one I’m experiencing.
This problem was introduced in version 3.24, alongside this iOS web issue. Everything was working correctly with version 3.22.
Unfortunately, I cannot publicly share the project because it is hosted on my customer's internal protected network. However, you can reproduce the issue by simply adding a Text widget in a Flutter module, hosting it remotely with CocoaPods, and integrating it via a Podfile into a native iOS project.
Steps to reproduce
Steps to reproduce
Expected results
Using ios text scale options it should scale Flutter Text widgets
Actual results
It is not scaling Text widgets when i change ios text scale options.
Else if i use the local version of the addtoapp module instead of using the remote one on Artifactory,it works correctly.
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
No logs needed
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: