|
@@ -0,0 +1,59 @@
|
|
1
|
+---
|
|
2
|
+name: Bug report
|
|
3
|
+about: Create a report to help us improve
|
|
4
|
+title: ''
|
|
5
|
+labels: need confirm
|
|
6
|
+assignees: ''
|
|
7
|
+
|
|
8
|
+---
|
|
9
|
+
|
|
10
|
+## Description
|
|
11
|
+
|
|
12
|
+How to reproduce
|
|
13
|
+
|
|
14
|
+## ScreenShot
|
|
15
|
+
|
|
16
|
+if have, post to there
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+## Log
|
|
20
|
+
|
|
21
|
+<details>
|
|
22
|
+
|
|
23
|
+```log
|
|
24
|
+/// paste your log to there
|
|
25
|
+```
|
|
26
|
+
|
|
27
|
+</details>
|
|
28
|
+
|
|
29
|
+## Plugin version
|
|
30
|
+
|
|
31
|
+such as 0.4.7
|
|
32
|
+
|
|
33
|
+## Flutter version
|
|
34
|
+
|
|
35
|
+flutter doctor -v
|
|
36
|
+
|
|
37
|
+<details>
|
|
38
|
+
|
|
39
|
+```bash
|
|
40
|
+# post info to there
|
|
41
|
+```
|
|
42
|
+
|
|
43
|
+</details>
|
|
44
|
+
|
|
45
|
+## Project native version
|
|
46
|
+
|
|
47
|
+### Android
|
|
48
|
+
|
|
49
|
+such as:
|
|
50
|
+
|
|
51
|
+compile version: 29
|
|
52
|
+target version: 29
|
|
53
|
+
|
|
54
|
+## Your phone info
|
|
55
|
+
|
|
56
|
+platform: such as Android
|
|
57
|
+os version: such as Android 10.0
|
|
58
|
+model: such as Huawei
|
|
59
|
+other info: such as huawei EMUI 6.1
|