flutter_stripe_payment icon indicating copy to clipboard operation
flutter_stripe_payment copied to clipboard

The plugin `stripe_payment` uses a deprecated version of the Android embedding on 1.1.4

Open ceelsoin opened this issue 3 years ago • 6 comments

When i run build command in release mode i receive the output alert:

The plugin stripe_payment 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.

My pubspec:

stripe_payment: ^1.1.4

ceelsoin avatar Aug 22 '21 20:08 ceelsoin

Same issue

arasu33 avatar Sep 22 '21 15:09 arasu33

Same issue

julianfrancodev avatar Oct 30 '21 17:10 julianfrancodev

Want to +1 this, as I have the same build error when running flutter pub get.

seanwestfall avatar Nov 27 '21 23:11 seanwestfall

Is there anyway to resolve this issue?

Chiomsyn avatar Dec 02 '21 20:12 Chiomsyn

this plugin is discontinue, please see https://github.com/jonasbark/flutter_stripe_payment/blob/master/migration.md

DanielRap avatar Dec 02 '21 20:12 DanielRap

Yes, apparently the old stripe_payment library has been discontinued and the new one is flutter_stripe

seanwestfall avatar Dec 03 '21 00:12 seanwestfall