emostar / flutter-libphonenumber

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

uses a deprecated version of the Android embedding #38

Closed BrianTum closed 3 years ago

BrianTum commented 3 years ago

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 3 years ago

Is there an update to this? @emostar

TheHypnoo commented 3 years ago

Flutter 2.5 has been released and when starting it shows the error, do you know anything if it will be solved?

HeshamErfanMDLabs commented 3 years ago

The same issue here. It's related to updating to flutter 2.5

ngtamphuong commented 3 years ago

I'm facing the same issue. Any update on this?

SakhileMamba commented 3 years ago

I'm facing the same issue with flutter 2.5

aytunch commented 3 years ago

Is there a fix planned for this? Flutter 2.5 upgrade caused the error. I guess everyone will see the message soon enough.

emostar commented 3 years ago

Fixed in commit 3a9a4ee and v2.0.2 has been published.