File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1111 1. Check in this repostory searching in the Issue tab. Ensure you look at the closed issues too.
1212 2. Search on Stack Overflow for similar errors.
1313 3. Search on Google or other general purpose search engines.
14+ 4. Perform a `flutter upgrade`, followed by `flutter pub upgrade` and finally `flutter clean`, then try again.
1415
1516 If you can prove that you have done all these steps and still have problems, proceed with the following template.
1617
4344 id : sdk
4445 attributes :
4546 label : Flutter SDK
46- description : Flutter SDK Version
47+ description : Flutter SDK Version. Run `flutter --version`.
4748 placeholder : ex. 3.0.0
4849 validations :
4950 required : true
@@ -60,13 +61,22 @@ body:
6061 - type : textarea
6162 id : dependencies
6263 attributes :
63- label : Dependencies
64- render : dart
64+ label : Dart Dependencies
65+ render : yaml
6566 description : |
6667 Include a list of dependencies that your project has.
6768 You can copy your `package.yaml` here.
6869 validations :
6970 required : false
71+ - type : textarea
72+ id : native
73+ attributes :
74+ label : Native dependencies
75+ render : text
76+ description : |
77+ Include any relevant native dependencies here. e.g. gradle files, cocoa pods, etc.
78+ validations :
79+ required : false
7080 - type : textarea
7181 id : error
7282 attributes :
You can’t perform that action at this time.
0 commit comments