Commit 6b1a807
authored
Fix: SurveyStateProvider should be immutable (#165)
* refactor: streamline SurveyKit state management by initializing SurveyStateProvider in initState
* refactor: replace SurveyStateProvider with SurveyStateProviderWidget for improved state management
* fix: immutable surveystateprovider
* chore: update pubspec.lock to version 1.0.3 and skip tests due to serialization issues with Step field1 parent 2684c7f commit 6b1a807
16 files changed
Lines changed: 239 additions & 81 deletions
File tree
- example
- lib/src
- presenter
- test/src
- result/question
- survey
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
| 470 | + | |
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| |||
0 commit comments