File tree Expand file tree Collapse file tree 2 files changed +2
-172
lines changed Expand file tree Collapse file tree 2 files changed +2
-172
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import 'package:provider/provider.dart';
15
15
import 'package:wechat_assets_picker/wechat_assets_picker.dart' ;
16
16
17
17
import '../constants/constants.dart' ;
18
- import '../constants/zoom_page_transition.dart' ;
18
+
19
19
import 'builder/audio_page_builder.dart' ;
20
20
import 'builder/fade_image_builder.dart' ;
21
21
import 'builder/image_page_builder.dart' ;
@@ -98,11 +98,7 @@ class AssetPickerViewer extends StatefulWidget {
98
98
Animation <double > secondaryAnimation,
99
99
Widget child,
100
100
) {
101
- return ZoomPageTransition (
102
- animation: animation,
103
- secondaryAnimation: secondaryAnimation,
104
- child: child,
105
- );
101
+ return FadeTransition (opacity: animation, child: child);
106
102
},
107
103
);
108
104
final List <AssetEntity > result =
You can’t perform that action at this time.
0 commit comments