-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Closed
Labels
r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Is there an existing issue for this?
- I have searched the existing issues
- I have read the guide to filing a bug
Steps to reproduce
- Install flutter versions in stable version above 3.10
- Run the application with this version
- Compare the same app using different versions of flutter, like the latest master version or versions below the mentioned one
Expected results
Currently, text rendering is pixelated, coarse and out of harmony with what should be between font, contrast and images.
Actual results
I expect results like using master builds or versions lower than 3.10.
Code sample
Code sample
All text widgets reproduce this error, especially when it appears next to an emoticon or svg
Screenshots or Video
Screenshots / Video demonstration
Before 3.10
https://github.com/flutter/flutter/assets/52222495/8a769a53-6f76-4fe9-9223-8e99ad8a6220
After 3.10
https://github.com/flutter/flutter/assets/52222495/241ceb34-a5aa-43b6-9d3d-45c34bf06164
🔥 PS: The error clearly appears in the last video. pay attention to the bottomNavigationBar font weights during seconds 03 - 05 and then in seconds 09 - 11.
Logs
Logs
[Paste your logs here]
Flutter Doctor output
Doctor output
[✓] Flutter (Channel stable, 3.10.2, on macOS 13.4 22F66 darwin-arm64, locale
en-BR)
• Flutter version 3.10.2 on channel stable at
/Users/brandowbuenos/Development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 9cd3d0d9ff (7 days ago), 2023-05-23 20:57:28 -0700
• Engine revision 90fa3ae28f
• Dart version 3.0.2
• DevTools version 2.23.1
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
• Android SDK at /Users/brandowbuenos/Library/Android/sdk
• Platform android-33, build-tools 33.0.2
• Java binary at: /Applications/Android
Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build
17.0.6+0-17.0.6b802.4-9586694)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 14.3)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 14E222b
• CocoaPods version 1.12.1
[✗] Chrome - develop for the web (Cannot find Chrome executable at
/Applications/Google Chrome.app/Contents/MacOS/Google Chrome)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Android Studio (version 2022.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build
17.0.6+0-17.0.6b802.4-9586694)
[✓] VS Code (version 1.78.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.64.0
[✓] Connected device (1 available)
• macOS (desktop) • macos • darwin-arm64 • macOS 13.4 22F66 darwin-arm64
[✓] Network resources
• All expected network resources are available.
! Doctor found issues in 1 category.
armandojimenez and Lucasmaia435
Metadata
Metadata
Assignees
Labels
r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version