Skip to content

Commit

Permalink
modify the pubspec
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
CaiJingLong committed Aug 7, 2018
1 parent 9c4dca5 commit ad1aa77
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@

一个网页版本的json转dart库

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

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

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

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

## todo
1. 格式化代码:完成
2. 编写格式化相关的逻辑
项目使用dart web开发
## 说明
主体功能完结,有需要修改的地方欢迎留言


```
dart --version
Dart VM version: 2.0.0-dev.69.5 (Tue Jul 31 15:05:14 2018 +0200) on "macos_x64"
```

## license

Expand Down
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ environment:

#dependencies:
# path: ^1.4.1
dependencies:
# Your other regular dependencies here
json_annotation: ^0.2.3

dev_dependencies:
build_runner: ^0.9.0
build_web_compilers: ^0.4.0
json_serializable: ^0.5.4

0 comments on commit ad1aa77

Please sign in to comment.