intl_phone_number_input icon indicating copy to clipboard operation
intl_phone_number_input copied to clipboard

The plugin `libphonenumber` uses a deprecated version of the Android embedding.

Open Goldy98 opened this issue 3 years ago • 4 comments

Is your feature request related to a problem? Please describe. Flutter SDK warning about the V2 migration for the Android embedding

The plugin `libphonenumber` uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.

Goldy98 avatar Oct 26 '21 15:10 Goldy98

Same problem here! any solution. It happened after upgrading flutter.

waqadArshad avatar Nov 02 '21 17:11 waqadArshad

@sgehrman @natintosh @ClemaX @tekno0ryder @bdtren @zeusbaba @CCJY @Susheelkaram @guyzk

waqadArshad avatar Nov 02 '21 17:11 waqadArshad

You can get round this issue by add this to your pubspec


dependency_overrides:
  libphonenumber: ^2.0.2

NebulaFox avatar Dec 13 '21 14:12 NebulaFox

@NebulaFox Thanks .

abdurrahmanadebiyi-dm avatar Oct 29 '22 23:10 abdurrahmanadebiyi-dm