-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c5ed4f
commit 709ecdc
Showing
6 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[![Pub Package](https://img.shields.io/pub/v/copy_with_extension.svg)](https://pub.dev/packages/copy_with_extension) | ||
|
||
Defines the annotation used by [copy_with_extension_gen](https://pub.dev/packages/copy_with_extension_gen) to generate `copyWith` extensions. | ||
Defines the annotation used by [copy_with_extension_gen](https://pub.dev/packages/copy_with_extension_gen) to generate `copyWith` extensions. | ||
|
||
For more info on this package check out [my blog article](https://www.alexander-kirsch.com/blog/dart-extensions/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
## 1.0.7 Extension name fix | ||
|
||
* Creates a unique extension name for each class. | ||
|
||
## 1.0.6 Minor corrections | ||
|
||
* Minor metadata and description corractions. | ||
|
||
## 1.0.0 Initial release | ||
|
||
* Lets you generate a `copyWith` extension for objects annoteted with `@CopyWith()` | ||
* Lets you generate a `copyWith` extension for objects annoteted with `@CopyWith()`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters