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
The expand_widget works normally and as wanted for #10 . But if for example choosing "maxLines: 6" and the plot lines are about 6, it refers to the maxLines of the Emulator and on the (phone) physical device it does not show all the text of the plot because the width is different to the one of the Emulator. And if the text is longer than 6 lines, a popdown should be enabled, what isn't because it look normal on the Emulator. That means not the whole text is shown on the physical device.
The text was updated successfully, but these errors were encountered:
Temporarily solved with fontSize: 16 * 1/MediaQuery.of(context).textScaleFactor in style: TextStyle() of ExpandText(). But about the last 3 characters of the plotText are still not shown like on the Emulator, i.e. not the best solution!
Info: MediaQuery.of(context).textScaleFactor of Emulator = 1.0, of phone device = 1.1.
Str4wF4b
changed the title
Expanded Package does not work perfectly
Expand Package does not work perfectly
Jul 5, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The expand_widget works normally and as wanted for #10 . But if for example choosing "maxLines: 6" and the plot lines are about 6, it refers to the maxLines of the Emulator and on the (phone) physical device it does not show all the text of the plot because the width is different to the one of the Emulator. And if the text is longer than 6 lines, a popdown should be enabled, what isn't because it look normal on the Emulator. That means not the whole text is shown on the physical device.
The text was updated successfully, but these errors were encountered: