File tree 2 files changed +16
-5
lines changed
2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
一个网页版本的json转dart库
4
4
5
- 不同于https://github.com/debuggerx01/JSONFormat4Flutter 的是:这个是为了json_serializable创建的
6
- 页面较简陋
5
+ ## 说明
7
6
7
+ 不同于https://github.com/debuggerx01/JSONFormat4Flutter 的是:这个是为了json_serializable创建的
8
+ 页面较简陋,功能完善😊
8
9
9
10
json_serializable 可以参考flutter官网json部分 [ flutter] ( https://flutter.io/json )
10
11
11
12
项目的展示地址: https://caijinglong.github.io/json2dart/
12
13
13
- ## todo
14
- 1 . 格式化代码:完成
15
- 2 . 编写格式化相关的逻辑
14
+ 项目使用dart web开发
15
+ ## 说明
16
+ 主体功能完结,有需要修改的地方欢迎留言
17
+
18
+
19
+ ```
20
+ dart --version
21
+ Dart VM version: 2.0.0-dev.69.5 (Tue Jul 31 15:05:14 2018 +0200) on "macos_x64"
22
+ ```
16
23
17
24
## license
18
25
Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ environment:
9
9
10
10
# dependencies:
11
11
# path: ^1.4.1
12
+ dependencies :
13
+ # Your other regular dependencies here
14
+ json_annotation : ^0.2.3
12
15
13
16
dev_dependencies :
14
17
build_runner : ^0.9.0
15
18
build_web_compilers : ^0.4.0
19
+ json_serializable : ^0.5.4
You can’t perform that action at this time.
0 commit comments