File tree Expand file tree Collapse file tree 1 file changed +60
-0
lines changed
Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : 🐞 Bug Report
3+ about : Report a Flutter-related bug to help us improve
4+ title : " [Bug] <short description>"
5+ labels : bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ### 🐛 Describe the bug
11+ A clear and concise description of the bug you're experiencing.
12+
13+ ---
14+
15+ ### 🔁 Reproduction Steps
16+ Please list the minimal steps to reproduce the bug:
17+ 1 . ` flutter clean `
18+ 2 . Run ` flutter pub get `
19+ 3 . Navigate to '...'
20+ 4 . Click on '...'
21+ 5 . Observe the error
22+
23+ ---
24+
25+ ### 🤔 Expected behavior
26+ What did you expect to happen?
27+
28+ ---
29+
30+ ### 📸 Screenshots / Logs
31+ If applicable, add screenshots or terminal output that help explain the issue.
32+
33+ ---
34+
35+ ### 🧪 Test Environment
36+ Please complete the following information:
37+
38+ - ** Flutter Version:**
39+ Run ` flutter --version ` and paste the output here.
40+
41+ - ** Device:**
42+ e.g., Pixel 6, iPhone 14 Pro
43+
44+ - ** OS:**
45+ Android / iOS / Web / macOS / Windows / Linux
46+
47+ - ** Channel:**
48+ stable / beta / dev / master
49+
50+ ---
51+
52+ ### 📝 Additional context
53+ Add any other relevant context about the bug here (e.g., dependencies used, packages involved).
54+
55+ ---
56+
57+ ### ✅ Checklist
58+ - [ ] I have run ` flutter clean ` and ` flutter pub get `
59+ - [ ] I have tried to reproduce this issue on a physical device and/or emulator
60+ - [ ] I have checked for similar issues in the [ existing issues list] ( ../../issues )
You can’t perform that action at this time.
0 commit comments