Skip to content

Commit

Permalink
feat: update version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Numoy committed Nov 21, 2024
1 parent 8281161 commit fe43612
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.2.1
- INFO: Updated dependencies (Flutter 3.24.3)
- FEATURE: Added agreement step
- FEATURE: Cancel button is configurable now
- FIX: Hide keyboard when going to the next step
- FIX: Survey not ending after first completion step
- FIX: Use BuildContext as default param in survey_controller.dart
# 0.2.0
- INFO: Updated dependencies (Flutter 3.13.2)
# 0.1.3
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.0"
version: "0.2.1"
sync_http:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: survey_kit
description: Create beautiful surveys with Flutter (inspired by iOS ResearchKit Surveys)
version: 0.2.0
version: 0.2.1
homepage: https://quickbirdstudios.com
repository: https://github.com/quickbirdstudios/survey_kit
issue_tracker: https://github.com/quickbirdstudios/survey_kit/issues
Expand Down

0 comments on commit fe43612

Please sign in to comment.