mirror of
https://github.com/flutter/flutter.git
synced 2026-01-29 23:02:44 +08:00
Code that uses dataPatterns[loc] expects it to contain Map<String, String>, not Map<String, dynamic>. Change gen_date_localizations.dart to generate datePatterns with a more precise type and regenerate date_localizations.dart.