intl_phone_number_input
intl_phone_number_input copied to clipboard
This Package is using a depricated dependency "libphonenumber"
Describe the bug This package is dependent on libphonenumber_plugin which is deprecated and does not support Android V2 embedding. Please updated this package to support Android V2 embedding.
Package version ^0.7.0+2
Flutter version Flutter SDK 2.5.0
Screenshots
The libphonumber 2.0.2 is released and upgrade to V2 embedding version, for temporary fix, you can put:
dependency_overrides:
libphonenumber: ^2.0.2
and waiting for this package updated
Thanks, This temporary fix replaced the original error. But waiting for actual fix.
Is this simple fix going to be merged in to main? Also is this package being actively maintained? I need to choose a phone entry package/plugin
Is this simple fix going to be merged in to main? Also is this package being actively maintained? I need to choose a phone entry package/plugin
This fix is working fine till now.