Skip to content

Commit

Permalink
Merge pull request #44 from ashwinkey04/master
Browse files Browse the repository at this point in the history
fix: Single image pick code in README
  • Loading branch information
TesteurManiak authored May 12, 2023
2 parents c6f6f60 + 521f3fa commit 40c400c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Uint8List? bytesFromPicker = await ImagePickerWeb.getImageAsBytes();
Load image as and `html.File` object :

```dart
html.File? imageFile = await ImagePickerWeb.getMultiImagesAsFile();
html.File? imageFile = (await ImagePickerWeb.getMultiImagesAsFile())?[0];
```

### Pick multiple images
Expand Down

0 comments on commit 40c400c

Please sign in to comment.