Flutter 3.24.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 80c2e84975 (9 days ago) • 2024-07-30 23:06:49 +0700
Engine • revision b8800d88be
Tools • Dart 3.5.0 • DevTools 2.37.2
Running flutter doctor...
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.0, on macOS 14.3.1 23D60 darwin-arm64, locale en-TR)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] IntelliJ IDEA Ultimate Edition (version 2023.3.4)
[✓] VS Code (version 1.92.0)
[✓] Connected device (4 available)
[✓] Network resources
Steps to reproduce
Containerwidget that hasDecorationImagewithcolorFilterproperty and applyborderRadiusExpected results
borderRadiusshould be applied to theContainerjust like it was back in version 3.22.3.Actual results
borderRadiusis not applied to theContainerin the version 3.24.0, also wrapping widget withClipRectdidn't work.Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
Logs
No response
Flutter Doctor output
Doctor output