mirror of
https://github.com/Iconica-Development/flutter_image_picker.git
synced 2025-05-18 19:53:45 +02:00
readme update
This commit is contained in:
parent
2222a16894
commit
35c0309262
1 changed files with 3 additions and 2 deletions
|
@ -29,10 +29,11 @@ You can add optional parameters to the `showImagePickerDialog(context)` function
|
|||
| selectImageText | The text that is shown underneath the Select Image icon in the Image Picker Dialog |
|
||||
| closeButtonText | The text that is visible on the button that is shown at the bottom of the Image Picker Dialog that closes the dialog |
|
||||
|
||||
The `showImagePickerDialog(context)` function returns an `Uint8List` as value which you can use in your application.
|
||||
|
||||
## Issues & Feedback
|
||||
|
||||
Please file an [issue](https://github.com/Iconica-Development/flutter_image_picker/issues) to send feedback or report a bug,
|
||||
If you want to ask a question or suggest an idea then you can [open an discussion](https://github.com/Iconica-Development/flutter_image_picker/discussions).
|
||||
Please file an [issue](https://github.com/Iconica-Development/flutter_image_picker/issues) to send feedback or report a bug.
|
||||
Thank you!
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Reference in a new issue