mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-06-01 23:43:54 +08:00
refactor:按规范修改代码、注释等
This commit is contained in:
@ -1,15 +1,12 @@
|
||||
/**
|
||||
* Created with Android Studio.
|
||||
* User: 三帆
|
||||
* Date: 07/01/2019
|
||||
* Time: 10:31
|
||||
* email: sanfan.hx@alibaba-inc.com
|
||||
* target: xxx
|
||||
*/
|
||||
/// Created with Android Studio.
|
||||
/// User: 三帆
|
||||
/// Date: 07/01/2019
|
||||
/// Time: 10:31
|
||||
/// email: sanfan.hx@alibaba-inc.com
|
||||
/// target: xxx
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
|
||||
class GridTileDemo extends StatefulWidget {
|
||||
_Demo createState() => _Demo();
|
||||
}
|
||||
|
@ -1,13 +1,13 @@
|
||||
/**
|
||||
* Created with Android Studio.
|
||||
* User: 三帆
|
||||
* Date: 07/01/2019
|
||||
* Time: 10:26
|
||||
* email: sanfan.hx@alibaba-inc.com
|
||||
* target: xxx
|
||||
*/
|
||||
import 'package:flutter_go/components/widget_demo.dart';
|
||||
/// Created with Android Studio.
|
||||
/// User: 三帆
|
||||
/// Date: 07/01/2019
|
||||
/// Time: 10:26
|
||||
/// 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 _Text0 = """
|
||||
|
Reference in New Issue
Block a user