File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ import 'package:flutter/widgets.dart';
9
9
import 'package:photo_manager/photo_manager.dart' show PermissionState;
10
10
import 'package:provider/provider.dart' ;
11
11
12
- import './enums.dart' ;
13
-
14
12
/// Mirroring [ChangeNotifierProvider] .
15
13
typedef CNP <T extends ChangeNotifier ?> = ChangeNotifierProvider <T >;
16
14
@@ -78,8 +76,3 @@ typedef AssetsChangeRefreshPredicate<Path> = bool Function(
78
76
MethodCall call,
79
77
Path ? path,
80
78
);
81
-
82
- typedef SpecialItemModel = ({
83
- SpecialItemPosition position,
84
- Widget item,
85
- });
Original file line number Diff line number Diff line change @@ -2476,3 +2476,8 @@ class DefaultAssetPickerBuilderDelegate
2476
2476
);
2477
2477
}
2478
2478
}
2479
+
2480
+ typedef SpecialItemModel = ({
2481
+ SpecialItemPosition position,
2482
+ Widget item,
2483
+ });
You can’t perform that action at this time.
0 commit comments