jonasbark / flutter_stripe_payment

[DISCONTINUED] A flutter plugin with stripe payment plugin integration
MIT License
307 stars 243 forks source link

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

Open ceelsoin opened 2 years ago

ceelsoin commented 2 years ago

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

arasu33 commented 2 years ago

Same issue

julianfrancodev commented 2 years ago

Same issue

seanwestfall commented 2 years ago

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

Chiomsyn commented 2 years ago

Is there anyway to resolve this issue?

DanielRap commented 2 years ago

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

seanwestfall commented 2 years ago

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