We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80d09a commit 07d3685Copy full SHA for 07d3685
readme/Flutter的需要与原生交互的一些常用库/data_libs.md
@@ -69,6 +69,11 @@
69
70
* Dartson是一个Dart库,可用于将Dart对象转换为JSON字符串。github地址:https://github.com/eredo/dartson (用于web)
71
72
+> 让Json在手机上可视化的插件(可以体验一下)
73
+| 库名 | 版本号 | 链接 | 描述 |
74
+| ------- | ------------ | ----------------------------------------- | ------------------------------------------------------ |
75
+|json_table|1.3.2|https://pub.dev/packages/json_table|这个Flutter软件包提供了一个Json Table小部件,用于直接显示json(Map)中的表。还支持列切换。|
76
+
77
----
78
79
**编解码、加密解密(AES、RSA等)有关的库**
0 commit comments