Skip to content

不管怎么设置,只能选9个,求解决? #701

Closed as not planned
Closed as not planned
@pichsy

Description

@pichsy
  // 使用微信相册选择器
  final List<AssetEntity>? result = await AssetPicker.pickAssets(
    context,
    pickerConfig: AssetPickerConfig(
      maxAssets: 100,
      requestType: pmRequestType,
      textDelegate: const AssetPickerTextDelegate(),
      pickerTheme: ThemeData.dark().copyWith(
        colorScheme: const ColorScheme.dark(
          primary: Color(0xFF5E24F7),
          onPrimary: Colors.white,
          secondary: Color(0xFFA405FF),
          onSecondary: Colors.white,
        ),
      ),
    ),
  );

maxAssets 不管写成几,进去都是限制9个。求解决。

Metadata

Metadata

Assignees

No one assigned

    Labels

    i: not following issue templateThis issue is not following issue template or not fill the correct content with the template.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions