Flutter , Dart
I am using file_picker
with allowMultiple: true
as parameter , but couldn't find a parameter for limiting the number of maximum files which user gonna pick from gallery
Is this possible?, if not How can I do it ?
great regards
final result = await FilePicker.platform.pickFiles(allowMultiple: true , type: FileType.custom , allowedExtensions: ['jpg','png','mp4'], );