I want to mark the photo selected in Muti_Image_Picker as "Selected"

Asked 2 years ago, Updated 2 years ago, 72 views

I would like to use Multi_Image_Picker in Flutter to select two photos, and then when I open the Photo Library again to select another photo, I would like to mark it as "Selected" so that I can see the previously selected photo.What kind of code do you need?
Thank you for your help.

My code is as follows.

resultList=wait MultiImagePicker.pickImages(
    maxImages: 2,
    selectedAsets:images,
    enableCamera: true,
    cupertinoOptions: CupertinoOptions(
      selectionFillColor: "#ff11ab",
      selectionTextColor: "#ffffff",
  );

flutter

2022-09-30 11:44

1 Answers

Could you tell me the version of Multi_Image_Picker, but from the official page, Multi_Image_Picker is no longer supported.
The following packages were recommended for the official page:
https://pub.dev/packages/wechat_assets_picker/versions/1.5.0/example

I think it will not be difficult to realize the function you are asking.
I won't give you a specific code, but only the way of thinking

That's it


2022-09-30 11:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.