mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Someone on stack overflow was mutating the list of recipes and getting confused about why the UI didn't redraw. Making kPestoRecipes a constant might help avoid that confusion.