koukibadr / Bottom-Picker

https://pub.dev/packages/bottom_picker
MIT License
32 stars 21 forks source link

Close IconButton and button for onSubmit should be nullable #47

Closed georonathan47 closed 2 years ago

georonathan47 commented 2 years ago

I used the package in a project. However, I wanted to not show the buttons (close and submit buttons) to the user. Can there be changes made to the package so that it supports nullable features for the developer to decide whether to show it or not?

I think that will be a great feature to introduce!

koukibadr commented 2 years ago

Thanks for you feedback @georonathan47 I will work on it

koukibadr commented 2 years ago

@georonathan47 You can now hide the submit button with the latest version check it out: https://pub.dev/packages/bottom_picker

georonathan47 commented 2 years ago

👍😃👍 great