File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -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.19.3 "
82
+ placeholder : " 3.24.0 "
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 : " 1.7 .0"
90
+ placeholder : " 2.4 .0"
91
91
validations :
92
92
required : true
93
93
- type : dropdown
97
97
description : " How do you currently deploy your backend?"
98
98
multiple : false
99
99
options :
100
- - Amplify CLI
101
- - Amplify CLI + Custom Pipeline
100
+ - Amplify Gen 2
101
+ - Amplify CLI (Gen 1)
102
+ - Amplify CLI (Gen 1) + Custom Pipeline
102
103
- AWS CDK
103
104
- Custom Pipeline
104
105
validations :
You can’t perform that action at this time.
0 commit comments