mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 20:55:29 +08:00
The Dart SDK now requires non-null enum values if the enum is used in an exhaustive switch statement on a non-nullable type. See https://github.com/flutter/flutter/issues/66674