intl_phone_number_input icon indicating copy to clipboard operation
intl_phone_number_input copied to clipboard

This Package is using a depricated dependency "libphonenumber"

Open esc-0-bar opened this issue 3 years ago • 4 comments

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 Warning

esc-0-bar avatar Sep 09 '21 23:09 esc-0-bar

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

invitro avatar Sep 13 '21 01:09 invitro

Thanks, This temporary fix replaced the original error. But waiting for actual fix.

esc-0-bar avatar Sep 13 '21 11:09 esc-0-bar

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

aytunch avatar Nov 23 '21 17:11 aytunch

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.

esc-0-bar avatar Nov 23 '21 22:11 esc-0-bar