Contribute custom implementations
February 10, 2022 ยท View on GitHub
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.
Ensure that your picker is worth to contribute
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.
Contribute steps
- 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.dartin thepickersfolder. - Brought all your implementations into the file you've just created.
- Add a
CustomPickMethodat thecustom_picker_page.dartfile inpickMethodsin order to build an entrance to your picker. - Submit your PR with proper explanations with how your picker works.