Gourab Paul

Results 3 comments of Gourab Paul

this is not this package specific question? but you can run a for loop for every file path in _sharedFiles and add the links to a list. may be this...

this should work https://stackoverflow.com/questions/63263840/how-to-upload-multiple-images-files-in-flutter-using-dio/63269887#63269887

you can split the string with String's split(","); method. Or better - dont merge the string in first place. make a list of string and when maping through the _sharedFiles,...