|
| 1 | +# 0.3.1 |
| 2 | + |
| 3 | +- INFO: Updated dependencies (Flutter 3.32.1) |
| 4 | + |
1 | 5 | # 0.3.0 |
| 6 | + |
2 | 7 | - BREAKING: ImageAnswer got moved into its own separate package (https://github.com/QuickBirdEng/survey_kit/tree/main/packages/survey_kit_image_answer) |
3 | 8 | - To use it, import survey_kit_image_answer and add it to your dependencies |
4 | 9 | - This will be released as a separate package on pub.dev soon |
| 10 | + |
5 | 11 | # 0.2.1 |
| 12 | + |
6 | 13 | - INFO: Updated dependencies (Flutter 3.24.3) |
7 | 14 | - FEATURE: Added agreement step |
8 | 15 | - FEATURE: Cancel button is configurable now |
9 | 16 | - FIX: Hide keyboard when going to the next step |
10 | 17 | - FIX: Survey not ending after first completion step |
11 | 18 | - FIX: Use BuildContext as default param in survey_controller.dart |
| 19 | + |
12 | 20 | # 0.2.0 |
| 21 | + |
13 | 22 | - INFO: Updated dependencies (Flutter 3.13.2) |
| 23 | + |
14 | 24 | # 0.1.3 |
| 25 | + |
15 | 26 | - INFO: Update dependencies (Flutter 3.10) |
16 | 27 | - FIX: Fix validation of boolean answer format |
17 | 28 | - FIX: Fix localization of next button |
| 29 | + |
18 | 30 | # 0.1.2 |
| 31 | + |
19 | 32 | - INFO: Update dependencies (Flutter 3.7.0) |
20 | 33 |
|
21 | 34 | # 0.1.1 |
| 35 | + |
22 | 36 | - INFO: Update dependencies (Flutter 3.0.2) |
| 37 | + |
23 | 38 | # 0.1.0 |
| 39 | + |
24 | 40 | - INFO: Updated dependencies |
| 41 | + |
25 | 42 | # 0.0.21 |
| 43 | + |
26 | 44 | - BREAKING: Adapated text styles to to TextThemes - You can find a complete list in the README.md |
27 | 45 |
|
28 | 46 | # 0.0.20 |
| 47 | + |
29 | 48 | - BREAKING: Value identifier for Single-/Multiplechoice answers is now the value |
30 | 49 | - BREAKING: You now have to close the survey yourself when finished in onResult |
31 | 50 | - BREAKING: Remove video player step for now because of dependency issues (If you rely on it use https://github.com/quickbirdstudios/survey_kit.git) |
|
41 | 60 | - INFO: Updated dependencies |
42 | 61 |
|
43 | 62 | # 0.0.12 |
| 63 | + |
44 | 64 | - FEATURE: Video-Step |
45 | 65 |
|
46 | 66 | - BUGFIX: isOptional Parameter works now as expected |
|
76 | 96 |
|
77 | 97 | Initial Version of the library. |
78 | 98 |
|
79 | | -- Includes the ability to create a surveys with prebuild and customs step. |
| 99 | +- Includes the ability to create a surveys with prebuild and customs step. |
0 commit comments