commit | b09b74e0afd03b11fc5d003f323b91165d99b222 | [log] [tgz] |
---|---|---|
author | Andrei Sas <48185017+andreisas06@users.noreply.github.com> | Fri Apr 14 20:01:47 2023 +0200 |
committer | GitHub <noreply@github.com> | Fri Apr 14 18:01:47 2023 +0000 |
tree | 7487103fe72d64026dffd9edb4561bf0d96f9a96 | |
parent | 21d8ea6b59d8fa755ac38d29c74610af203ff768 [diff] |
[image_picker][android] Non-bitmap images now return path instead of null (#3590) ## Description This PR now returns the path of unsupported files(non-bitmap images) instead of null. Now the user can decide himself what to do with the path of the unsupported image. Example file showcases how to display an error placeholder whenever an unsupported image type is selected. ## Issues Fixes flutter/flutter#88461
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter's first-party packages (i.e., packages developed by the core Flutter team). Check the packages
directory to see all packages.
These packages are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo. Issues pertaining to this repository are labeled “package”.
If you wish to contribute a new package to the Flutter ecosystem, please see the documentation for developing packages. You can store your package source code in any GitHub repository (the present repo is only intended for packages developed by the core Flutter team). Once your package is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing packages in this repo, please review our contribution guide, and send a pull request.
These are the packages hosted in this repository: