Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.2, on macOS 15.0.1 24A348 darwin-arm64, locale en-IL)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.2)
[✓] VS Code (version 1.94.2)
[✓] Connected device (4 available)
! Device 9A251FFAZ002HK is not authorized.
You might need to check your device for an authorization dialog.
[✓] Network resources
• No issues found!
How to reproduce?
When text is long the overflowWidget is shown as expected in the middle.
But when the text is updated with another value or cleared, the overflowWidget is still shown.
Version
14.1.0
Platforms
dart, Android, iOS
Device Model
Pixel 4, iPhone XR
flutter info
How to reproduce?
When text is long the
overflowWidget
is shown as expected in the middle. But when the text is updated with another value or cleared, theoverflowWidget
is still shown.Example code (optional)