Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working on the web version #67

Open
nikpozdnyakov opened this issue Sep 15, 2020 · 2 comments
Open

not working on the web version #67

nikpozdnyakov opened this issue Sep 15, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@nikpozdnyakov
Copy link

didExceedMaxLines in your code always return false as a result, the size of the text font is never reduced.
Flutter 1.21.0-9.2.pre • channel beta • https://github.com/flutter/flutter.git
Framework • revision 81a45ec2e5 (3 weeks ago) • 2020-08-27 14:14:33 -0700
Engine • revision 20a9531835
Tools • Dart 2.10.0 (build 2.10.0-7.3.beta)

@nikpozdnyakov nikpozdnyakov added the bug Something isn't working label Sep 15, 2020
@KevinSpek
Copy link

I am facing the same issue.
It works when resizing the height of the window
but when resizing the width, it doesn't work

@azbuky
Copy link

azbuky commented Oct 11, 2020

Seems related to flutter/engine#19924

As a workaround --dart-define=FLUTTER_WEB_USE_EXPERIMENTAL_CANVAS_TEXT=false fixes the problem but it only works in release builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants