survey_kit icon indicating copy to clipboard operation
survey_kit copied to clipboard

Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)

Results 34 survey_kit issues
Sort by recently updated
recently updated
newest added

I am finding it quite difficult to navigate the documentation of CustomResult & CustomStep. My goal is to create a custom Slider instead of ScaledAnswerFormat. Any examples would be greatly...

After upgrading Flutter SDK from 3.13.9 to 3.16.0, I started getting compilation errors in the flutter_platform_widget library: `../../../.pub-cache/hosted/pub.dev/flutter_platform_widgets-3.3.5/lib/src/platform_text_field.dart:578:30: Error: The argument type 'bool?' can't be assigned to the parameter type...

while scaling answer in ios , it shows the label of 5 as 4 , but working fine in android

Currently adding `SurveyKit( backgroundColor: Colors.red, ...)` does only applies color to `AppBar` and not the entire page and need to have decoration param like `SurveyKit( backgroundColor: Colors.red, decoration: BoxDecoration(color: Colors.red)...

bug
develop

I have this issue with the conditional rule for a multiple type question. If i select multiple answers it proceeds to the next stepidentifier. This is my rule ` {...

i am trying to add onNextStep function in survey kit but it is demanding the resultFunction. also what i want to do, if the question is of single choice then...

I have created one form using survey_kit package. After submitting the form, the values are stored in JSON format. Now I want EDIT button on that form. So, after clicking...

question

I am using survey_kit package to add date in one of the question using the given code. ``` QuestionStep( title: 'Select Survey Date', answerFormat: DateAnswerFormat( minDate: DateTime.utc(1970), defaultDate: DateTime.now(), maxDate:...

Hey, I really like your survey_kit package and wanted to use it in a recent project, but since some dependencies of the survey_kit package required older versions of some packages...

In the current version, when using the function to return to the previous question with navigationRule, etc., the previously entered values ​​are basically preserved. However, in some cases, it may...

enhancement