- update gradle and kotlin
- fix idea version low version problem
- 这个bug修复了我在职的问题,目前已离职,希望大家能帮我推荐下工作,157418979@qq.com,感谢各位
- fixed conflicts with freezed
- Fix issues-161, map type conversion issue
- support nested key,such as: @JSONField(name:"login.user.name")
- fix idea 2023.3.2 checkbox not fond exception
- After adding analysis, the type error problem is resolved
- add copyWith annotation
- pr: #151
- When there is no field in the class, the copyWith generation error occurs
- Support default value(list)
- Fixed an issue where hot reload would not refresh convertFuncMap after adding the model class
- copyWith private field bugfix
- copyWith move to .g.dart
- supper map list<map<,>>
- custom generated path
- fix issues/142
- asObj bugfix
- copyWith Optional
- toJson fromJson can be generated quickly
- add copyWith method
- enum parse support
- asT null bugfix
- Support default value(string,int,bool),😭next version will support map,list
- Support map and set-
- Faster generation
- .g.art does not generate problem fixes
- remove the if judgment to get generic instances and use Map instead
- add format json button
- dynamic type optimization
- A single file error does not affect other generated and show error file
- fix static final will not be generated
- Make your code more formal
- When going to int,double is also available
- new map modified to <String,dynamic>{}
- break changer,only support null safety