flutter-stripe / flutter_stripe

Flutter SDK for Stripe.
https://pub.dev/packages/flutter_stripe
949 stars 523 forks source link

Customize TextStyle #1869

Open christian-froh opened 3 months ago

christian-froh commented 3 months ago

It would be nice to customize the textStyle or use the themeData.

remonh87 commented 3 months ago

Can you provide some additional context to this? What are you missing and for which component? Our widgets are native rendered and maintained by stripe so there is little we can do. Themedata is for sure not possible

christian-froh commented 3 months ago

Yeah you are right. According to the documentation the font is customizable https://docs.stripe.com/elements/appearance-api?platform=ios#fonts-ios Would that be possible?

remonh87 commented 3 months ago

Yes but then you must add it natively. I think it could work but we need to do some testing on our side and add font config