File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 47
47
3. Scroll down to '....'
48
48
4. See error
49
49
validations :
50
- required : false
50
+ required : true
51
51
- type : textarea
52
52
id : screenshots
53
53
attributes :
@@ -79,15 +79,15 @@ body:
79
79
attributes :
80
80
label : " Flutter Version"
81
81
description : " Please share which version of Flutter you're using (found using `flutter --version`)."
82
- placeholder : " 3.3.10 "
82
+ placeholder : " 3.19.3 "
83
83
validations :
84
84
required : true
85
85
- type : input
86
86
id : amplify-version
87
87
attributes :
88
88
label : Amplify Flutter Version
89
89
description : " The version of the Amplify Flutter libraries you're currently using."
90
- placeholder : " 0.6.10 "
90
+ placeholder : " 1.7.0 "
91
91
validations :
92
92
required : true
93
93
- type : dropdown
99
99
options :
100
100
- Amplify CLI
101
101
- Amplify CLI + Custom Pipeline
102
+ - AWS CDK
102
103
- Custom Pipeline
103
104
validations :
104
105
required : true
You can’t perform that action at this time.
0 commit comments