mirror of
https://github.com/flutter/flutter.git
synced 2026-02-04 01:56:32 +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