You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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 @@
10
10
<br>If you need generic conversions in your network requests, use the jsonconvert.fromjsonast method directly.</br>
11
11
]]></description>
12
12
<change-notes><![CDATA[
13
+
<br>if you change the fields, the helper and JsonConvert are automatically regenerated</br>
13
14
<br>support such as @JSONField(name:"end_time",format: "yyyy/MM/dd hh:mm:ss",deserialize: true,serialize: false)</br>
14
15
<br>add format support for datetime</br>
15
16
<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>
16
17
<br>shortcut key is changed to Alt + j</br>
17
18
<br>if the first jsonobject in the jsonarray is not perfect, the data will not be complete</br>
18
19
<br>rebuild will delete redundant files</br>
19
20
<br>version 3.1 has been released,Provide JsonConvert.dart,EntityFactory is deprecated</br>
20
-
<br>fixed error occurred when try casting null to List<String></br>
21
-
<br>fixed new file bug</br>
22
-
<br>fixed an empty collection bug</br>
23
-
<br>fixed field naming bug</br>
24
-
<br>change null to dynamic to prevent exception resolution</br>
25
-
<br>fixed field forEach method when not converted to list</br>
26
-
<br>fixed the bug of plural to singular</br>
27
-
<br>fixed import bug under Windows</br>
28
-
<br>fixed the dart keyword prob <br>support for custom model suffix names</br>
29
-
<br>support android studio</br>
30
-
<br>Json to dart beans are provided</br>
31
21
]]>
32
22
</change-notes>
33
23
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
0 commit comments