This folder allows people to contribute their delegates, use case, or even a brand-new picker.
To add your works, make sure you follow this instruction.
People usually have their own apps to build, and the thing like the picker is not always the same between apps. However, some patterns can be consumed using arguments and fields override, without creating a new picker/delegate. Please think twice before you confirmed it should be pushed as a new implementation example.
- Fork this project.
- Create a new branch named
custom-{write-your-implementation-name}
. - Create a new picker dart file named
{your_implementation_name}_asset_picker.dart
in thepickers
folder. - Brought all your implementations into the file you've just created.
- Add a
CustomPickMethod
at thecustom_picker_page.dart
file inpickMethods
in order to build an entrance to your picker. - Submit your PR with proper explanations with how your picker works.