-
Notifications
You must be signed in to change notification settings - Fork 56
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
66459ae
commit 995d547
Showing
4 changed files
with
33 additions
and
31 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,5 +1,5 @@ | ||
kotlin_version=1.3.61 | ||
pluginVersion=3.2.1 | ||
pluginVersion=3.2.2 | ||
#每次修改这里去打包 | ||
ideaVersionPrefix=193 | ||
ideaVersion= |
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,7 @@ | ||
<idea-plugin> | ||
<id>com.ruiyu.ruiyu</id> | ||
<name>FlutterJsonBeanFactory</name> | ||
<vendor email="[email protected]" url="https://github.com/zhangruiyu/FlutterJsonBeanFactory">ruiyu</vendor> | ||
<vendor email="[email protected]" url="https://github.com/zhangruiyu/FlutterJsonBeanFactory">ruiyu-QQGroup(963752388)</vendor> | ||
|
||
<description><![CDATA[ | ||
<br>Json to dart beans are provided, and dart files ending in entity are provided to generate dart bean factory for use.</br> | ||
|
@@ -10,24 +10,14 @@ | |
<br>If you need generic conversions in your network requests, use the jsonconvert.fromjsonast method directly.</br> | ||
]]></description> | ||
<change-notes><![CDATA[ | ||
<br>if you change the fields, the helper and JsonConvert are automatically regenerated</br> | ||
<br>support such as @JSONField(name:"end_time",format: "yyyy/MM/dd hh:mm:ss",deserialize: true,serialize: false)</br> | ||
<br>add format support for datetime</br> | ||
<br>if you don't want to use the FlutterJsonBeanFactory in your project, you can close the plugin by adding flutter-json: enable: false to the pubspec.yaml file</br> | ||
<br>shortcut key is changed to Alt + j</br> | ||
<br>if the first jsonobject in the jsonarray is not perfect, the data will not be complete</br> | ||
<br>rebuild will delete redundant files</br> | ||
<br>version 3.1 has been released,Provide JsonConvert.dart,EntityFactory is deprecated</br> | ||
<br>fixed error occurred when try casting null to List<String></br> | ||
<br>fixed new file bug</br> | ||
<br>fixed an empty collection bug</br> | ||
<br>fixed field naming bug</br> | ||
<br>change null to dynamic to prevent exception resolution</br> | ||
<br>fixed field forEach method when not converted to list</br> | ||
<br>fixed the bug of plural to singular</br> | ||
<br>fixed import bug under Windows</br> | ||
<br>fixed the dart keyword prob <br>support for custom model suffix names</br> | ||
<br>support android studio</br> | ||
<br>Json to dart beans are provided</br> | ||
]]> | ||
</change-notes> | ||
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html | ||
|