Browse Source

format dart code

Caijinglong 5 years ago
parent
commit
186b78c279

+ 1
- 1
lib/src/engine/throttle.dart View File

1
 import 'dart:async';
1
 import 'dart:async';
2
 
2
 
3
-import 'package:meta/meta.dart';
3
+import 'package:flutter/foundation.dart';
4
 
4
 
5
 typedef VoidCallback();
5
 typedef VoidCallback();
6
 
6
 

+ 0
- 1
lib/src/ui/page/main/bottom_widget.dart View File

1
-
2
 part of '../photo_main_page.dart';
1
 part of '../photo_main_page.dart';
3
 
2
 
4
 class _BottomWidget extends StatefulWidget {
3
 class _BottomWidget extends StatefulWidget {

+ 0
- 1
lib/src/ui/page/main/image_item.dart View File

1
 part of '../photo_main_page.dart';
1
 part of '../photo_main_page.dart';
2
 
2
 
3
-
4
 class ImageItem extends StatelessWidget {
3
 class ImageItem extends StatelessWidget {
5
   final AssetEntity entity;
4
   final AssetEntity entity;
6
 
5