Skip to content

Commit ad1aa77

Browse files
committed
modify the pubspec
update readme
1 parent 9c4dca5 commit ad1aa77

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,24 @@
22

33
一个网页版本的json转dart库
44

5-
不同于https://github.com/debuggerx01/JSONFormat4Flutter 的是:这个是为了json_serializable创建的
6-
页面较简陋
5+
## 说明
76

7+
不同于https://github.com/debuggerx01/JSONFormat4Flutter 的是:这个是为了json_serializable创建的
8+
页面较简陋,功能完善😊
89

910
json_serializable 可以参考flutter官网json部分 [flutter](https://flutter.io/json)
1011

1112
项目的展示地址: https://caijinglong.github.io/json2dart/
1213

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+
```
1623

1724
## license
1825

pubspec.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ environment:
99

1010
#dependencies:
1111
# path: ^1.4.1
12+
dependencies:
13+
# Your other regular dependencies here
14+
json_annotation: ^0.2.3
1215

1316
dev_dependencies:
1417
build_runner: ^0.9.0
1518
build_web_compilers: ^0.4.0
19+
json_serializable: ^0.5.4

0 commit comments

Comments
 (0)