Selaa lähdekoodia

format dart code

Caijinglong 5 vuotta sitten
vanhempi
commit
186b78c279

+ 1
- 1
lib/src/engine/throttle.dart Näytä tiedosto

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

+ 0
- 1
lib/src/ui/page/main/bottom_widget.dart Näytä tiedosto

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

+ 0
- 1
lib/src/ui/page/main/image_item.dart Näytä tiedosto

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