Skip to content

Commit 331fe42

Browse files
committed
feat: update flutter deps
1 parent ce6ab8b commit 331fe42

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# 0.3.2
1+
# 0.3.3
22

3-
- INFO: Updated dependencies (Flutter 3.33.0)
3+
- INFO: Updated dependencies (Flutter 3.35.6)
44
- INFO: Steps are now return a Future, so you can do async operations before returning the step
55
- INFO: onResult is now called after onNextStep has finished
6+
- FIX: Replaced deprecated `groupValue` parameter in Radio widget with RadioGroup wrapper (Flutter 3.32.0+)
7+
- FIX: Fixed `InputDecorationThemeData` type error in time_picker_widget.dart for compatibility with newer Flutter versions
8+
- FIX: Replaced deprecated `withOpacity` method with `withValues` for Color in input_decoration.dart
9+
10+
# 0.3.2
11+
12+
- INFO: Updated dependencies (Flutter 3.33.0)
613

714
# 0.3.1
815

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: survey_kit
22
description: Create beautiful surveys with Flutter (inspired by iOS ResearchKit Surveys)
3-
version: 0.3.2
3+
version: 0.3.3
44
homepage: https://quickbirdstudios.com
55
repository: https://github.com/quickbirdstudios/survey_kit
66
issue_tracker: https://github.com/quickbirdstudios/survey_kit/issues

0 commit comments

Comments
 (0)