List fields with types and get a const-friendly class with copyWith and value equality. Add Flutter or meta imports for @override if your analyzer requires it.
Fields: one per line, e.g. String title or title String. Uses @override — add import 'package:flutter/material.dart'; or meta as needed.
Paste JSON and get Dart classes with fromJson and toJson for nested objects and lists — no code generation step required.
Open tool →Convert hex (#RGB, #RRGGBB, #AARRGGBB) to Flutter Color(0x…) and Color.fromRGBO(...) for copy-paste into your widgets.
Open tool →Paste your pubspec.yaml and check for syntax errors, version conflicts, and common misconfigurations before running pub get.
Open tool →