emostar / flutter-libphonenumber

libphonenumber plugin for Flutter
MIT License
47 stars 47 forks source link

Deprecated API Note #39

Closed codenoobforreal closed 2 years ago

codenoobforreal commented 3 years ago
C664845E-EC3A-41C6-8EDC-5232BB357B8F 9B8C102D-5C4B-432B-AFC8-69359EC13FD2

close it if it is not related

sebastianbuechler commented 3 years ago
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.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
Smithtekk commented 2 years ago

Getting same issue on Flutter 2.6.0-12.0.pre89. Any update on a fix here @emostar

emostar commented 2 years ago

This should be fixed with v2.0.2 of the library.