goxiaoy / flutter_survey_js

Flutter client library for parsing and display surveyjs.io survey
https://goxiaoy.github.io/flutter_survey_js/
MIT License
15 stars 15 forks source link

Moved const in survey_configuration.dart to fix lower flutter versions #83

Closed ChopinDavid closed 1 year ago

ChopinDavid commented 1 year ago

There is a const located in survey_configuration.dart that is preventing lower Flutter versions from building. This commit would fix this build error.