当我在同一页面中使用 fluter_stripe 付款方式时,卡片小部件出错

Card widget gives error when I use fluter_stripe payment method in same page

我正在使用 flutter_stripe 库来集成 Stripe 支付方式,但是当我将 Card 小部件与此库一起使用时出现错误。

我的错误是:

"The name 'Card' is defined in the libraries 'package:flutter/src/material/card.dart (via package:flutter/material.dart)' and 'package:stripe_platform_interface/src/models/payment_methods.dart'.\nTry using 'as prefix' for one of the import directives, or hiding the name from all but one of the imports.",

我通过修改 flutter_stripe 导入找到了答案 导入'package:flutter_stripe/flutter_stripe.dart'隐藏卡片;