File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change 14
14
- [User Guide Documentation](https://help.syncfusion.com/flutter/introduction/overview)
15
15
- [Knowledge Base](https://support.syncfusion.com/kb/cross-platforms/category/79)
16
16
- [Feedbacks](https://stackoverflow.com/questions/tagged/flutter?sort=frequent)
17
+
18
+ You can also contact us through the following methods.
19
+ - [Support portal](https://support.syncfusion.com)
20
+ - [Support forums](https://www.syncfusion.com/forums)
21
+ - [Feedback portal](https://www.syncfusion.com/feedback/flutter)
22
+ - type : textarea
23
+ attributes :
24
+ label : Bug description
25
+ description : Clearly and concisely describe the problem.
26
+ placeholder : |
27
+ A clear and concise description of what the bug is.
28
+ validations :
29
+ required : true
17
30
- type : textarea
18
31
attributes :
19
32
label : Steps to reproduce
35
48
<details open><summary>Code sample</summary>
36
49
37
50
```dart
38
- [Paste your code here]
51
+ [Add your code here]
39
52
```
40
53
41
54
</details>
@@ -53,20 +66,25 @@ body:
53
66
[Upload media here]
54
67
55
68
</details>
69
+ validations :
70
+ required : true
56
71
- type : textarea
57
72
attributes :
58
73
label : Stack Traces
59
74
description : |
60
75
If it is a runtime exception, kindly provide the stack trace from the console.
61
76
If the traces are too large to be uploaded to GitHub, you may upload them as a `zip` file.
77
+ Note: If no stack trace is available, please mention it.
62
78
value : |
63
79
<details open><summary>Stack Traces</summary>
64
80
65
- ```json
66
- [Paste the Stack Traces here]
81
+ ```dart
82
+ [Add the Stack Traces here]
67
83
```
68
84
69
85
</details>
86
+ validations :
87
+ required : true
70
88
- type : dropdown
71
89
id : target_platforms
72
90
attributes :
93
111
<details open><summary>Doctor output</summary>
94
112
95
113
```console
96
- [Paste your output here]
114
+ [Add your output here]
97
115
```
98
116
99
117
</details>
You can’t perform that action at this time.
0 commit comments