flutter tools

Dart Data Class Generator

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.