We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38294e commit c9fc731Copy full SHA for c9fc731
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.3.2
2
+
3
+- INFO: Updated dependencies (Flutter 3.33.0)
4
+- INFO: Steps are now return a Future, so you can do async operations before returning the step
5
+- INFO: onResult is now called after onNextStep has finished
6
7
# 0.3.1
8
9
- INFO: Updated dependencies (Flutter 3.32.1)
pubspec.yaml
@@ -1,6 +1,6 @@
name: survey_kit
description: Create beautiful surveys with Flutter (inspired by iOS ResearchKit Surveys)
-version: 0.3.1
+version: 0.3.2
homepage: https://quickbirdstudios.com
repository: https://github.com/quickbirdstudios/survey_kit
issue_tracker: https://github.com/quickbirdstudios/survey_kit/issues
0 commit comments