File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ class PickMethod {
381
381
382
382
factory PickMethod .pathNameBuilder (int maxAssetsCount) {
383
383
return PickMethod (
384
- icon: '#️⃣ ' ,
384
+ icon: '🈸 ' ,
385
385
name: 'Path name builder' ,
386
386
description: 'Add 🍭 after paths name.' ,
387
387
method: (BuildContext context, List <AssetEntity > assets) {
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ class _MultiAssetsPageState extends State<MultiAssetsPage>
53
53
),
54
54
PickMethod .noPreview (maxAssetsCount),
55
55
PickMethod .customizableTheme (maxAssetsCount),
56
+ PickMethod .pathNameBuilder (maxAssetsCount),
56
57
PickMethod .customFilterOptions (maxAssetsCount),
57
58
PickMethod .preventGIFPicked (maxAssetsCount),
58
59
PickMethod .keepScrollOffset (
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ class _SingleAssetPageState extends State<SingleAssetPage>
42
42
PickMethod .preventGIFPicked (maxAssetsCount),
43
43
PickMethod .noPreview (maxAssetsCount),
44
44
PickMethod .customizableTheme (maxAssetsCount),
45
+ PickMethod .pathNameBuilder (maxAssetsCount),
45
46
];
46
47
}
47
48
You can’t perform that action at this time.
0 commit comments