adeptannotations 2.0.1+6
adeptannotations: ^2.0.1+6 copied to clipboard
Defines the annotations used by adeptgenerator (https://pub.flutter-io.cn/packages/adeptgenerator) to generate code.
2.0.1+6 #
Added #
- @CloneKey added
defaultValueto be used if the currentData or newData isnull. - @DiffKey added
defaultValueto be used if currentData and newData are equal.
1.3.0+4 #
- @Differentiable() and @DiffKey() annotations created to support diff generator code
1.3.0+4 #
- @Differentiable() and @DiffKey() annotations created to support diff generator code
1.2.0+3 #
- Cloneable annotation updated with ignoreSynthetic flag for ignoring synthetic fields
1.1.0+2 #
- CloneKey annotation updated with ignore flag for ignoring fields
1.0.0+1 #
- Readme updated
1.0.0 #
- First release