Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.41.2, on macOS 26.3 25D125 darwin-arm64, locale en-UZ)
[✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0)
[✓] Xcode - develop for iOS and macOS (Xcode 26.3)
[✓] Chrome - develop for the web
[✓] Connected device (4 available)
[✓] Network resources
- No issues found!
Steps to reproduce
BorderRadius.circular(),CircleAvatar,ClipRRect,Containerwith decoration)Expected results
Rounded corners and circular shapes should render smoothly with proper anti-aliasing.
Actual results
Edges appear jagged/pixelated (aliased). The issue is visible on all rounded shapes drawn by Flutter's rendering engine.
Code sample
Code sample
[Paste your code here]Screenshots or Video
Screenshots / Video demonstration
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output