Skip to content

Commit 79a0698

Browse files
优化
1 parent 1decde8 commit 79a0698

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin_version=1.3.61
2-
pluginVersion=3.2.7
2+
pluginVersion=3.3.0
33
#每次修改这里去打包
44
ideaVersionPrefix=193
55
ideaVersion=

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@
1111
<br>you must add intl: any to pubspec.yaml.</br>
1212
]]></description>
1313
<change-notes><![CDATA[
14-
<br>you must add intl: any to pubspec.yaml</br>
14+
<br>smart to import packages</br>
15+
<br>if you use @JSONField(format:""), you must add intl: any to pubspec.yaml</br>
1516
<br>remove automatically regenerated</br>
1617
<br>support such as @JSONField(name:"end_time",format: "yyyy/MM/dd hh:mm:ss",deserialize: true,serialize: false)</br>
1718
<br>add format support for datetime</br>
1819
<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>
1920
<br>shortcut key is changed to Alt + j</br>
2021
<br>if the first jsonobject in the jsonarray is not perfect, the data will not be complete</br>
2122
<br>rebuild will delete redundant files</br>
22-
<br>version 3.1 has been released,Provide JsonConvert.dart,EntityFactory is deprecated</br>
23+
<br>version 3.1 has been released,Provide JsonConvert.dart,EntityFa˚ctory is deprecated</br>
2324
]]>
2425
</change-notes>
2526
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html

0 commit comments

Comments
 (0)