diff --git a/CHANGELOG.md b/CHANGELOG.md index bb26e85..ae5b252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index c3982b9..8865cbb 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -546,7 +546,7 @@ packages: path: ".." relative: true source: path - version: "0.2.0" + version: "0.2.1" sync_http: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f33b2a0..f657d23 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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