Skip to content

Cannot get and add files along with title and attributes #24

@manandharsudhir

Description

@manandharsudhir

Is there any way to get multiple files on the view and send multiple files in same message with title and attribute. I have tried
final messageOptions = MessageOptions() ..withMedia(File(files[0].path), mime(files[0].path) ?? "") ..withMedia(File(files[1].path), mime(files[1].path) ?? "") ..withMedia(File(files[2].path), mime(files[2].path) ?? "") ..withAttributes({ "title": titleController.text, "body": descriptionController.text });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions