https://github.com/numen31337/copy_with_extension
Auto-generate `copyWith` methods for your Dart classes.
https://github.com/numen31337/copy_with_extension
code-generation copywith dart flutter pub
Last synced: 4 months ago
JSON representation
Auto-generate `copyWith` methods for your Dart classes.
- Host: GitHub
- URL: https://github.com/numen31337/copy_with_extension
- Owner: numen31337
- License: mit
- Created: 2019-12-05T14:00:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-20T01:22:15.000Z (4 months ago)
- Last Synced: 2026-02-20T02:27:25.681Z (4 months ago)
- Topics: code-generation, copywith, dart, flutter, pub
- Language: Dart
- Homepage: https://pub.dev/packages/copy_with_extension_gen
- Size: 274 KB
- Stars: 85
- Watchers: 2
- Forks: 40
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pub.dev/packages/copy_with_extension)
[](https://pub.dev/packages/copy_with_extension_gen)
[](https://github.com/numen31337/copy_with_extension/actions/workflows/run_tests.yml)
Provides [Dart Build System](https://pub.dev/packages/build) builder for generating `copyWith` extensions for classes annotated with [copy_with_extension](https://pub.dev/packages/copy_with_extension).
For usage details, see [copy_with_extension_gen](https://pub.dev/packages/copy_with_extension_gen).
For insight into how this package works, see [my blog post](https://alexander-kirsch.com/blog/dart-extensions).
## copy_with_extension
* Package: [copy_with_extension](https://pub.dev/packages/copy_with_extension)
* [Source code](https://github.com/numen31337/copy_with_extension/tree/master/copy_with_extension)
## copy_with_extension_gen
* Package: [copy_with_extension_gen](https://pub.dev/packages/copy_with_extension_gen)
* [Source code](https://github.com/numen31337/copy_with_extension/tree/master/copy_with_extension_gen)