Skip to content

Commit

Permalink
Update packages/share_plus/share_plus_platform_interface/lib/method_c…
Browse files Browse the repository at this point in the history
…hannel/method_channel_share.dart

Co-authored-by: Volodymyr Buberenko <[email protected]>
  • Loading branch information
miquelbeltran and vbuberen authored Jul 17, 2024
1 parent 4661200 commit 8bbdd78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class MethodChannelShare extends SharePlatform {
assert(files.isNotEmpty);
assert(
fileNameOverrides == null || files.length == fileNameOverrides.length,
"fileNameOverrides list must be equal size as file list.",
"fileNameOverrides list must have the same length as files list.",
);
final filesWithPath = await _getFiles(files, fileNameOverrides);
assert(filesWithPath.every((element) => element.path.isNotEmpty));
Expand Down

0 comments on commit 8bbdd78

Please sign in to comment.