adeptannotations 3.0.0+9 
adeptannotations: ^3.0.0+9 copied to clipboard
Defines the annotations used by adeptgenerator (https://pub.flutter-io.cn/packages/adeptgenerator) to generate code.
2.1.0+7 #
Added #
- @CloneKey added 
cloneFunctionto be used for specific cloning on a field. - @CloneKey added 
considerEmptyCollectionAsNullto ignore data from collections if it's empty as it were null. - @DiffKey added 
diffFunctionto be used for specific diff on a field. 
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