mirror of
https://github.com/flutter/flutter.git
synced 2026-01-24 00:45:18 +08:00
* [Web] Add Material Card Infinite Scroll benchmark Adds a benchmark that makes an infinite list of Material cards and scrolls it. This benchmark exercises more heavyweight rendering like shadows and clipping and paths. * Fix analyzer warnings. Respond to comments