QuickBirdEng / survey_kit

Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
MIT License
127 stars 97 forks source link

themeData parameters do not apply to SurveyKit widget #149

Open annalisa-panthr opened 5 months ago

annalisa-panthr commented 5 months ago

I successfully created a survey in my flutter app. However, colors/appearance is good only when using the option ThemeData(brightness: Brightness.light) Other parameters passed to the ThemeData object seem to have no effect. I need to apply a dark theme for my app.

My environment setup:

Unfortunately, I could not solve my problem with the current documentation. Is there any way to fix the configuration?