dart-3-updates
evanca/flutter-ai-rules
This skill covers the advanced language features introduced in Dart 3, including Pattern Matching, Records, sealed classes, and enhanced control flow structures. Learn how to use `if-case` and switch expressions to write safer, more concise, and idiomatic Dart code, and how to manage complex data shapes using records and patterns.