File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
readme/Flutter的需要与原生交互的一些常用库 Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 43
43
| 库名 | 版本号 | 链接 | 描述 |
44
44
| ------- | ------------ | ----------------------------------------- | ------------------------------------------------------ |
45
45
| codable | 1.0.0-beta.2 | https://pub.dartlang.org/packages/codable | 用于将动态结构化数据(JSON,YAML)转换为Dart类型的库。 |
46
+ |Dson|0.16.0|https://pub.dartlang.org/packages/dson|描述:Dson的github地址 https://github.com/drails-dart/dson
47
+ DSON是一个将Dart对象转换为JSON的库。(用于web)这个库是Dartson的一个分支,但又有不同。|
48
+
49
+ > Github上面的库或者IDE插件:
46
50
47
51
* https://github.com/javiercbk/json_to_dart 根据json生成Dart实体类
48
52
* https://github.com/debuggerx01/JSONFormat4Flutter 这是一个AS的辅助插件,将JSONObject格式的String解析成Dart的实体类
49
53
50
-
51
-
52
- * Dson 0.13.2 下载地址 https://pub.dartlang.org/packages/dson
53
- 描述:Dson的github地址 https://github.com/drails-dart/dson
54
- DSON是一个将Dart对象转换为JSON的库。(用于web)这个库是Dartson的一个分支,但又有不同。
55
- * Dartson是一个Dart库,可用于将Dart对象转换为JSON字符串。
56
- https://github.com/eredo/dartson (用于web)
54
+ * JsonToDartWeb是一个全平台的json转Dart的工具,支持包括:Windows,Mac,Web以及Linux(linux待测试)。Github地址:https://github.com/fluttercandies/JsonToDartWeb
57
55
58
56
> ** 几个Json库的比较:[ https://github.com/drails-dart/dart-serialise ] ( https://github.com/drails-dart/dart-serialise ) **
59
57
68
66
| Jaguar_serializer | 88 KB | 8.57 ms | 6.58 ms | 10.31 ms | 8.59 ms |
69
67
| Jackson (Groovy) | | 496 ms | 252 ms | n/a | n/a |
70
68
69
+ > 反序列化(将Dart文件转换成json字符串)
70
+
71
+ * Dartson是一个Dart库,可用于将Dart对象转换为JSON字符串。github地址:https://github.com/eredo/dartson (用于web)
72
+
71
73
----
72
74
73
75
** 编解码、加密解密(AES、RSA等)有关的库**
You can’t perform that action at this time.
0 commit comments