mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-15 03:04:25 +08:00
refactor:按照代码规范调整注释文件
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
/**
|
||||
* Created with Android Studio.
|
||||
* User: 一晟
|
||||
* Date: 2018/11/22
|
||||
* Time: 上午12:03
|
||||
* email: zhu.yan@alibaba-inc.com
|
||||
* tartget: RaisedButton 的示例
|
||||
*/
|
||||
/// Created with Android Studio.
|
||||
/// User: 一晟
|
||||
/// Date: 2018/11/22
|
||||
/// Time: 上午12:03
|
||||
/// email: zhu.yan@alibaba-inc.com
|
||||
/// target: PopupMenuButton 的示例
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
/*
|
||||
|
@ -1,12 +1,10 @@
|
||||
/**
|
||||
* Created with Android Studio.
|
||||
* User: 一晟
|
||||
* Date: 2018/11/24
|
||||
* Time: 下午5:25
|
||||
* email: zhu.yan@alibaba-inc.com
|
||||
* tartget: PopupMenusButton 的示例
|
||||
* 对应文档地址:https://docs.flutter.io/flutter/material/PopupMenuButton-class.html
|
||||
*/
|
||||
/// Created with Android Studio.
|
||||
/// User: 一晟
|
||||
/// Date: 2018/11/24
|
||||
/// Time: 下午5:25
|
||||
/// email: zhu.yan@alibaba-inc.com
|
||||
/// target: PopupMenusButton 的示例
|
||||
/// 对应文档地址:https://docs.flutter.io/flutter/material/PopupMenuButton-class.html
|
||||
|
||||
import 'package:flutter_go/components/widget_demo.dart';
|
||||
|
||||
|
Reference in New Issue
Block a user