#managemy_khen-flutter

1 messages · Page 1 of 1 (latest)

frigid nexus
#

@fringe lion it's probably the same issue as https://github.com/flutter-stripe/flutter_stripe/issues/349 , which is that you need to have your activity inherit from a Material theme

The style on this component requires your app theme to be Theme.AppCompat (or a descendant).
E/flutter (24999): at com.google.android.material.internal.ThemeEnforcement.checkTheme(ThemeEnforcement.java:243)

fringe lion
#

thanks. ill give that a go

fringe lion
#

Hello again. this is now working for me. on the styling of the fields is there a way to customise the text color of the fields and their label colors

frigid nexus
#

there should be! I don't know the details, we don't have official knowledge of that plugin

#

if you can't figure it out you should open an issue on their Github page