mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- Introduces the ability to control whether RawMagnifier uses a clip on its decoration. (It still has to use a clip for its magnified image.) - Uses `BlurStyle.outer` to remove the clip for CupertinoMagnifier. - Many changes to the documentation around magnifiers and shadows. - Implements `BoxShadow.copyWith` which somehow we had never needed before. - Makes `debugDisableShadows` handle `BlurStyle.outer` correctly. - Adds `MagnifierInfo.toString`. - Aligns various `operator ==`s with the style guide. - Makes MagnifierDecoration a separate concept from Decoration, since it's not actually compatible anywhere. - Removes some dead code and makes other minor code simplifications. - Uses double syntax rather than integer syntax for various double literals for clarity. I expect one minor golden image change (antialiasing change on Cupertino's magnifier test).
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.