numen31337/copy_with_extension
Auto-generate `copyWith` methods for your Dart classes.
When developing Dart applications, you often need to create copies of objects with slight modifications. This tool automatically generates 'copyWith' methods for your Dart classes, saving you from writing repetitive code. You provide your Dart class definitions, and it outputs the necessary methods. This is designed for Dart developers who build applications.
Use this if you are a Dart developer who frequently needs to create modified copies of immutable data objects and want to automate the generation of 'copyWith' methods.
Not ideal if you are not working with Dart, or if your Dart projects rarely require creating modified copies of objects.
Stars
85
Forks
40
Language
Dart
License
MIT
Category
Last pushed
Mar 18, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/numen31337/copy_with_extension"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
inducer/cgen
C/C++ source generation from an AST
vil02/puzzle_generator
Generates python code representing a puzzle
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
finsberg/gotranx
Next generation ODE translator
cleder/crepr
Create a ❤️__repr__🤗️ for your python classes from the definition found in __init__