forked from firka/flutter
Add `magnificationScale `to `CupertinoMagnifier` for Zoom Effect The CupertinoMagnifier widget is not displaying the expected zoom effect. This issue arises because the widget internally wraps the RawMagnifier, which has its magnificationScale attribute set to the default value of 1. As a result, no magnification is applied, and the zoom effect is absent. Fixes #155275
Flutter
Flutter is a new way to build high-performance, cross-platform mobile, web, and desktop apps. Flutter is optimized for today's — and tomorrow's — mobile and desktop devices. We are focused on low-latency input and high frame rates on all platforms.
See the getting started guide for information about using Flutter.