Skip to content

Commit 83d0810

Browse files
3.0重构
1 parent 3fd7dd9 commit 83d0810

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+9
-2152
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
*.iml
2-
.idea/misc.xml
3-
build/
4-
out/
1+
# Project exclude paths
2+
/.gradle/
3+
/build/
4+
/out/
5+
/out/production/classes/

.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/kotlinc.xml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/KotlinJavaRuntime.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.idea/libraries/fastjson_1_2_56.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/uiDesigner.xml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

FlutterJsonBeanFactory.iml

Lines changed: 0 additions & 15 deletions
This file was deleted.

FlutterJsonBeanFactory.zip

-3.92 MB
Binary file not shown.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ What I do is generate dart beans based on json, as well as generics parameters a
1414
File --> Settings --> Plugins --> Browse Repositories -->Search FlutterJsonBean
1515
* Restart your Develop tools
1616
* Press shortcut key `command` + `"` for mac , right click on package -> `New`->`Dart bean clas file from JSON` And Then you will know how to use
17+
* If you change the fields in the class, just press the shortcut command + "to regenerate the tojson and fromjson methods. The generated method regenerates all helper classes and JsonConvert classes (the same as the shortcut command +") each time an entity file is created in the generated/json directory.
18+
* If you need generic conversions in your network requests, use the jsonconvert.fromjsonast method directly.
1719
* [中文移步](https://www.jianshu.com/p/14cbcbaa74b7)
1820

1921
### Others

beantojson_factory.gif

-76.7 MB
Binary file not shown.

lib/fastjson-1.2.56.jar

-584 KB
Binary file not shown.

lib/kotlin-reflect-sources.jar

-662 KB
Binary file not shown.

lib/kotlin-reflect.jar

-2.52 MB
Binary file not shown.

lib/kotlin-stdlib-sources.jar

-372 KB
Binary file not shown.

lib/kotlin-stdlib.jar

-1.13 MB
Binary file not shown.

lib/kotlin-test-sources.jar

-2.98 KB
Binary file not shown.

lib/kotlin-test.jar

-27.6 KB
Binary file not shown.

resources/META-INF/plugin.xml

Lines changed: 0 additions & 62 deletions
This file was deleted.

resources/icons/action.png

-287 Bytes
Binary file not shown.

src/com/ruiyu/Flag.kt

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/com/ruiyu/beanfactory/FlutterBeanFactoryAction.kt

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/com/ruiyu/beanfactory/GenerateBeanFactory.kt

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/com/ruiyu/beanfactory/GenerateNeedModel.kt

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/com/ruiyu/beanfactory/GeneratePackageAndClassName.kt

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/com/ruiyu/exception/MessageException.kt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)