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,12 +1,11 @@
|
||||
/*
|
||||
* @Author: 一凨
|
||||
* @Date: 2018-12-20 13:40:58
|
||||
* @Last Modified by: 一凨
|
||||
* @Last Modified time: 2018-12-20 14:06:31
|
||||
*/
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_go/widgets/components/Scroll/CustomScrollView/product_list.dart';
|
||||
/// @Author: 一凨
|
||||
/// @Date: 2018-12-20 13:40:58
|
||||
/// @Last Modified by: 一凨
|
||||
/// @Last Modified time: 2018-12-20 14:06:31
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'package:flutter_go/widgets/components/Scroll/CustomScrollView/product_list.dart';
|
||||
|
||||
class CustomScrollViewDemo extends StatelessWidget {
|
||||
Widget _buildItem(BuildContext context, ProductItem product) {
|
||||
|
Reference in New Issue
Block a user