jonasbark / flutter_stripe_payment

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

Version Issue #329

Open EjazAmir opened 2 years ago

EjazAmir commented 2 years ago

hey, the dependency name on pub.dev is stripe_payment and on github its flutter_stripe_payment? whats difference. As reference to your fix to meet the google compliance, i'm using flutter 1.22.6 version. when i add this: flutter_stripe_payment: git: url: git://github.com/jonasbark/flutter_stripe_payment.git ref: fixes/301

it gives me error saying that:

Error on line 1, column 7: "name" field doesn't match expected name "flutter_stripe_payment". ╷ 1 │ name: stripe_payment │ ^^^^^^^^^^^^^^ ╵ pub get failed (65; ╵)

what could be the possible solcution?