Commit d0a2c79
authored
Make cancel button configurable in the AppBar (#139)
* 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
* Fixed consistent focus in non textfield views
There was a problem that keyboard was not hiding after navigating to
next question when the view is not text/double answer view
* added showCancelButton flag
* 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 imports1 parent deaa765 commit d0a2c79
File tree
2 files changed
+13
-10
lines changed- lib/src
- configuration
- views/widget
2 files changed
+13
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | | - | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments