File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.2.1
2
+ - INFO: Updated dependencies (Flutter 3.24.3)
3
+ - FEATURE: Added agreement step
4
+ - FEATURE: Cancel button is configurable now
5
+ - FIX: Hide keyboard when going to the next step
6
+ - FIX: Survey not ending after first completion step
7
+ - FIX: Use BuildContext as default param in survey_controller.dart
1
8
# 0.2.0
2
9
- INFO: Updated dependencies (Flutter 3.13.2)
3
10
# 0.1.3
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ packages:
546
546
path: ".."
547
547
relative: true
548
548
source: path
549
- version: "0.2.0 "
549
+ version: "0.2.1 "
550
550
sync_http:
551
551
dependency: transitive
552
552
description:
Original file line number Diff line number Diff line change 1
1
name : survey_kit
2
2
description : Create beautiful surveys with Flutter (inspired by iOS ResearchKit Surveys)
3
- version : 0.2.0
3
+ version : 0.2.1
4
4
homepage : https://quickbirdstudios.com
5
5
repository : https://github.com/quickbirdstudios/survey_kit
6
6
issue_tracker : https://github.com/quickbirdstudios/survey_kit/issues
You can’t perform that action at this time.
0 commit comments