fernan542 / fl_country_code_picker

A Flutter package for showing a modal that contains country dial code. The user can also search for the available codes and select right from the modal.
MIT License
19 stars 34 forks source link

update to intl intl: ^0.18.0 #11

Closed menezes85 closed 1 year ago

menezes85 commented 1 year ago

Thanks for this package, i would request update intl, 0.18.0 is out, and force me to use 0.0.4, due incompability.

fernan542 commented 1 year ago

Hello 👋. I'm using the version 0.18.0 of intl package. Try to use the version:

fl_country_code_picker: ^0.1.2

If this doesn't work for you, can you show the error log when updating your pub? Thanks!

menezes85 commented 1 year ago

image

menezes85 commented 1 year ago

package explicity requires intl 0.17, i cant upgrade , only way to solve that is override fl_country_code_picker to v 0.0.4.

fernan542 commented 1 year ago

Do you upgraded your Flutter version lately? If so, try to;

  1. Delete pubspec.lock.
  2. Run flutter update-packages --force-upgrade
menezes85 commented 1 year ago

Solved, after running command, thanks a lot!

fernan542 commented 1 year ago

Thank you for using my package! 🤗