Heuristic checks before pub get — not a full YAML parser. Use alongside your IDE and flutter pub for definitive validation.
No issues flagged by these heuristics. This is not a full YAML parser — run pub get locally to be sure.
Paste JSON and get Dart classes with fromJson and toJson for nested objects and lists — no code generation step required.
Open tool →List typed fields and get a data class with copyWith, ==, hashCode, and toString — ideal for immutable UI state.
Open tool →Convert hex (#RGB, #RRGGBB, #AARRGGBB) to Flutter Color(0x…) and Color.fromRGBO(...) for copy-paste into your widgets.
Open tool →