Commit cd75004
Added/Fixed default values for TextAnswerView and BooleanAnswerView (#93)
* added missing MultipleChoiceQuestionResult toJson
* Updated PlatformAppbar with default AppBar widget
* Updated IconButton -> BackButton
* Added other field in Multiple choice answers
* added Multiple choice autocomplete
* Customized the builder
* added comment
* DRY refactor
* Updated other field label behavior
* Added clear button and added tick mark check on dropdown
* Updated example
* Removed comment
* json file updated
* added default value for text question
* Boolean Answer defaultValue
* put back actual example_json.json
* update build_runner dependency
* update flutter changes for android directory
* update flutter changes for ios directory
* update example pubspec.lock
* add missing JsonSerializable annotation for ImageQuestionResult
* re-run build_runner latest verson
* remove duplicate imports
---------
Co-authored-by: Adar <[email protected]>
Co-authored-by: saiful_apx <[email protected]>1 parent 559c31d commit cd75004
File tree
23 files changed
+580
-283
lines changed- android
- app/src/main/java/io/flutter/plugins
- example
- assets
- ios
- Flutter
- Runner
- lib/src
- answer_format
- result
- question
- survey
- steps/predefined_steps
- views
23 files changed
+580
-283
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | | - | |
57 | | - | |
| 55 | + | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
126 | 124 | | |
127 | 125 | | |
128 | 126 | | |
129 | | - | |
130 | | - | |
| 127 | + | |
131 | 128 | | |
132 | 129 | | |
133 | 130 | | |
| |||
155 | 152 | | |
156 | 153 | | |
157 | 154 | | |
158 | | - | |
159 | | - | |
| 155 | + | |
160 | 156 | | |
161 | 157 | | |
162 | 158 | | |
| |||
272 | 268 | | |
273 | 269 | | |
274 | 270 | | |
275 | | - | |
276 | | - | |
| 271 | + | |
277 | 272 | | |
278 | 273 | | |
279 | 274 | | |
| |||
0 commit comments