intl_phone_number_input
intl_phone_number_input copied to clipboard
The plugin `libphonenumber` uses a deprecated version of the Android embedding.
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.
Same problem here! any solution. It happened after upgrading flutter.
@sgehrman @natintosh @ClemaX @tekno0ryder @bdtren @zeusbaba @CCJY @Susheelkaram @guyzk
You can get round this issue by add this to your pubspec
dependency_overrides:
libphonenumber: ^2.0.2
@NebulaFox Thanks .