-
-
Notifications
You must be signed in to change notification settings - Fork 508
Closed
Labels
e: performanceThis issue is related to performance.This issue is related to performance.
Description
配置代码如下:
await AssetPicker.pickAssets(
context,
maxAssets: this.widget.maxSelectCount,
pageSize: 80,
pathThumbSize: 80,
gridCount: 4,
requestType: RequestType.all,
selectedAssets: _assets,
themeColor: AppColors.PrimaryColor,
textDelegate: DefaultTextDelegate(),
routeCurve: Curves.easeIn,
routeDuration: const Duration(milliseconds: 300),
);Metadata
Metadata
Assignees
Labels
e: performanceThis issue is related to performance.This issue is related to performance.