No description
Find a file
Joey Boerwinkel bd53221bdc fix: remove null check operator and perform appropriate null check
Now it is no longer possible to break the widget by providing a null value to the disabledPickers property.
Making the property to a non-nullable list would remove more complexity, but introduces breaking changes.
2023-06-19 11:01:19 +02:00
example fix: added an empty array as default value 2023-05-19 14:12:53 +02:00
lib fix: remove null check operator and perform appropriate null check 2023-06-19 11:01:19 +02:00
.flutter-plugins fix: added an empty array as default value 2023-05-19 14:12:53 +02:00
.gitignore Update version to 0.3.2 2023-01-16 10:10:50 +01:00
.metadata initial port 2022-10-26 10:04:03 +02:00
analysis_options.yaml initial port 2022-10-26 10:04:03 +02:00
CHANGELOG.md fix: remove null check operator and perform appropriate null check 2023-06-19 11:01:19 +02:00
CONTRIBUTING.md initial port 2022-10-26 10:04:03 +02:00
LICENSE Add BSD-3-Clause license 2022-11-01 08:23:06 +01:00
MediaPickerGifNew.gif feat: widgets are now fully customizable per input 2023-01-02 17:06:10 +01:00
pubspec.yaml fix: remove null check operator and perform appropriate null check 2023-06-19 11:01:19 +02:00
README.md initial port 2022-10-26 10:04:03 +02:00

style: effective dart

Flutter package which adds a dialog to pick various types of media

Setup

Add dependency to the pubspec.yaml

flutter_media_picker:
  git:
    url: https://github.com/Iconica-Development/flutter_media_picker.git
    ref: <latest release>

How to use

See example

Issues

Please file any issues, bugs or feature request as an issue on our GitHub page. Commercial support is available if you need help with integration with your app or services. You can contact us at support@iconica.nl.

Want to contribute

If you would like to contribute to the plugin (e.g. by improving the documentation, solving a bug or adding a cool new feature), please carefully review our contribution guide and send us your pull request.

Author

This flutter_media_picker for Flutter is developed by Iconica. You can contact us at support@iconica.nl