Releases: fastcode555/JsonBeanGenerator
v1.9.5-SNAPSHOT.zip
支持Android Studio 2025.1.1
v1.9.4-SNAPSHOT.zip
增加arb的支持,如果是arb翻译文件,会显示description,方便用户添加注释
Add support for arb. If it is an arb translation file, a description will be displayed to facilitate users to add comments.
v1.9.3-SNAPSHOT.zip
update to support the latest Android Studio version 2024.3.1
更新支持最新Android Studio版本2024.3.1
v1.9.2-SNAPSHOT.zip
r.dart文件生成优化,如果已经有定义了另外的名字了,保持这个名字,而不再自动生成新的名字
r.dart file generation optimization, if another name has been defined, retain this name instead of automatically generating a new name
v1.9.1-SNAPSHOT.zip
r.dart文件生成优化,如果已经有定义了另外的名字了,保持这个名字,而不再自动生成新的名字
r.dart file generation optimization, if another name has been defined, retain this name instead of automatically generating a new name
v1.9.0-SNAPSHOT.zip
新版功能生成dart model
1.add the plugin.translationKey=trn,after generate the translation will end width 'trn'
v1.8.9-SNAPSHOT.zip
新版功能生成dart model
1.add the plugin.translationKey=trn,after generate the translation will end width 'trn'
v1.8.6-SNAPSHOT.zip
新版功能生成dart model
1.避免了unnecessary_lambdas的提示
2.避免了always_put_required_named_parameters_first
New version function generates dart model
- Avoid unnecessary_lambdas prompts
2.Avoid always_put_required_named_parameters_first
v1.8.5-SNAPSHOT.zip
1.修复bugs
2.增加flutter tailwind 生成默认配置
1.Fix bugs
2.Add the default configuration for flutter tailwind
v1.8.3-SNAPSHOT.zip
1.修复一直的问题
2.变更生成dart模型,如果是常规的简单类型,如int,bool,double,string,会定义成final,避免使用的时候,需要添加诸多判断是否为null
3.生成模型更接近于格式化后的代码
1.Fix persistent problems
2.Change the generated dart model. If it is a regular simple type, such as int, bool, double, string, it will be defined as final. When using it, you need to add a lot of judgments to determine whether it is null.
3.The generated model is closer to the formatted code