refactor:按规范修改代码、注释等

This commit is contained in:
yifeng.yl
2019-02-19 11:53:15 +08:00
parent 1b266c0a76
commit c2da46a7df
120 changed files with 510 additions and 619 deletions

View File

@ -1,11 +1,9 @@
//
// Created with Android Studio.
// User: 三帆
// Date: 05/02/2019
// Time: 22:06
// email: sanfan.hx@alibaba-inc.com
// target: xxx
//
/// Created with Android Studio.
/// User: 三帆
/// Date: 05/02/2019
/// Time: 22:06
/// email: sanfan.hx@alibaba-inc.com
/// target: xxx
import 'package:flutter/material.dart';
import 'package:city_pickers/city_pickers.dart';
@ -19,7 +17,7 @@ class _Demo extends State<CityPickerDemo> {
show(context) async {
Result temp = await CityPickers.showCityPicker(
context: context,
// locationCode: '640221',
// locationCode: '640221',
height: 400,
);
setState(() {

View File

@ -1,15 +1,15 @@
//
// Created with Android Studio.
// User: 三帆
// Date: 05/02/2019
// Time: 22:06
// email: sanfan.hx@alibaba-inc.com
// target: xxx
//
/// Created with Android Studio.
/// User: 三帆
/// Date: 05/02/2019
/// Time: 22:06
/// email: sanfan.hx@alibaba-inc.com
/// target: xxx
import 'package:flutter/material.dart';
import 'package:flutter_go/components/widget_demo.dart';
import 'demo.dart';
const String content0 = '''
### **简介**
> 显示中国的省市县地区

View File

@ -1,9 +1,8 @@
/*
* @Author: xiaojia.dxj
* @Date: 2018-12-17 15:37:32
* @Last Modified by: xiaojia.dxj
* @Last Modified time: 2018-12-18 19:12:32
*/
/// @Author: xiaojia.dxj
/// @Date: 2018-12-17 15:37:32
/// @Last Modified by: xiaojia.dxj
/// @Last Modified time: 2018-12-18 19:12:32
import 'dart:async';
import 'package:flutter/material.dart';

View File

@ -1,10 +1,10 @@
/*
* @Author: xiaojia.dxj
* @Date: 2018-12-17 15:37:16
* @Last Modified by: xiaojia.dxj
* @Last Modified time: 2018-12-17 15:50:02
*/
/// @Author: xiaojia.dxj
/// @Date: 2018-12-17 15:37:16
/// @Last Modified by: xiaojia.dxj
/// @Last Modified time: 2018-12-17 15:50:02
import 'package:flutter/material.dart';
import 'package:flutter_go/components/widget_demo.dart';
import 'demo.dart';

View File

@ -1,9 +1,8 @@
/*
* @Author: xiaojia.dxj
* @Date: 2018-12-17 15:37:32
* @Last Modified by: xiaojia.dxj
* @Last Modified time: 2018-12-21 11:26:21
*/
/// @Author: xiaojia.dxj
/// @Date: 2018-12-17 15:37:32
/// @Last Modified by: xiaojia.dxj
/// @Last Modified time: 2018-12-21 11:26:21
import 'dart:async';
import 'package:flutter/material.dart';

View File

@ -1,10 +1,10 @@
/*
* @Author: xiaojia.dxj
* @Date: 2018-12-17 15:37:16
* @Last Modified by: xiaojia.dxj
* @Last Modified time: 2018-12-17 17:06:34
*/
/// @Author: xiaojia.dxj
/// @Date: 2018-12-17 15:37:16
/// @Last Modified by: xiaojia.dxj
/// @Last Modified time: 2018-12-17 17:06:34
import 'package:flutter/material.dart';
import 'package:flutter_go/components/widget_demo.dart';
import 'demo.dart';

View File

@ -1,9 +1,8 @@
/*
* @Author: xiaojia.dxj
* @Date: 2018-12-17 15:37:32
* @Last Modified by: xiaojia.dxj
* @Last Modified time: 2018-12-18 19:12:32
*/
/// @Author: xiaojia.dxj
/// @Date: 2018-12-17 15:37:32
/// @Last Modified by: xiaojia.dxj
/// @Last Modified time: 2018-12-18 19:12:32
import 'dart:async';
import 'package:flutter/material.dart';

View File

@ -1,10 +1,10 @@
/*
* @Author: xiaojia.dxj
* @Date: 2018-12-17 15:37:16
* @Last Modified by: xiaojia.dxj
* @Last Modified time: 2018-12-17 16:00:07
*/
/// @Author: xiaojia.dxj
/// @Date: 2018-12-17 15:37:16
/// @Last Modified by: xiaojia.dxj
/// @Last Modified time: 2018-12-17 16:00:07
import 'package:flutter/material.dart';
import 'package:flutter_go/components/widget_demo.dart';
import 'demo.dart';

View File

@ -1,9 +1,8 @@
/*
* @Author: xiaojia.dxj
* @Date: 2018-12-17 15:37:32
* @Last Modified by: 一凨
* @Last Modified time: 2019-01-11 15:17:26
*/
/// @Author: xiaojia.dxj
/// @Date: 2018-12-17 15:37:32
/// @Last Modified by: 一凨
/// @Last Modified time: 2019-01-11 15:17:26
import 'dart:async';
import 'package:flutter/material.dart';

View File

@ -1,10 +1,10 @@
/*
* @Author: xiaojia.dxj
* @Date: 2018-12-17 15:37:16
* @Last Modified by: xiaojia.dxj
* @Last Modified time: 2018-12-17 16:00:07
*/
/// @Author: xiaojia.dxj
/// @Date: 2018-12-17 15:37:16
/// @Last Modified by: xiaojia.dxj
/// @Last Modified time: 2018-12-17 16:00:07
import 'package:flutter/material.dart';
import 'package:flutter_go/components/widget_demo.dart';
import 'demo.dart';

View File

@ -1,6 +1,6 @@
import "package:flutter/material.dart";
import '../../../model/widget.dart';
import '../../../model/widget.dart';
import 'YearPicker/index.dart' as YearPicker;
import 'DayPicker/index.dart' as DayPicker;
import 'MonthPicker/index.dart' as MonthPicker;