imtoori / CountryCodePicker

A flutter package for showing a country code selector.
MIT License
223 stars 450 forks source link

dialogSize property does not effect width on flutter for web #120

Closed ali-raza-flutter closed 4 years ago

ali-raza-flutter commented 4 years ago

@imtoori dialogSize property only changes the height, it does not change the width on flutter web.

It's a Material Modal Bottom Sheet's issue, If you wrap SelectionDialog in Center Widget that fixes the issue

Originally posted by @ali-raza-flutter in https://github.com/imtoori/CountryCodePicker/issues/59#issuecomment-717760133

imtoori commented 4 years ago

Thanks for the heads up For the next time consider opening a pull request :) it would be nice both for you and the maintainer of the project

ali-raza-flutter commented 4 years ago

Thanks for the quick response. I will keep that in mind 👍