From 85eb128397ff673f09f02a3b9634f0e03e2d15fc Mon Sep 17 00:00:00 2001 From: Caijinglong Date: Mon, 6 Aug 2018 17:13:52 +0800 Subject: [PATCH] =?UTF-8?q?readme=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d08f540..e800204 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# hello_world +# json2dart_serialization -An absolute bare-bones web app. +一个网页版本的json转dart库 +不同于https://github.com/debuggerx01/JSONFormat4Flutter +的是 +这个是为了json_serializable创建 Created from templates made available by Stagehand under a BSD-style [license](https://github.com/dart-lang/stagehand/blob/master/LICENSE). diff --git a/pubspec.yaml b/pubspec.yaml index b26876b..d7d8a0e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ -name: hello_world -description: An absolute bare-bones web app. +name: json2dart_serialization +description: 一个网页版本的json转dart库 # version: 1.0.0 #homepage: https://www.example.com #author: Caijinglong