Raise an issue
How to raise an issue?
- Check if the issue has been raised already on GitHub? Try searching closed issues also.
- Try to reproduce it again. Specify, if you've tried
flutter clean
,clean install
,version bumps
,etc
. - Try to record/ take snapshot of the issue and attach it.
- Attach the debug log.
- Provide steps to Reproduce.
- If possible provide
minimal code sample
to reproduce the error. - If possible provide log for
flutter --doctor
, branch name, platform details to reproduce the error.
Format
---
name: Reporting a bug
about: Use this template for reporting a bug.
title: "[Bug Description]"
labels: bug
---
**List all the issues you've found**
- Issue title
---
**Steps to reproduce**
1. Go to the `ABC` page.
2. Perform `LMN` task.
**Expected outcome**
- description
**Actual results**
- description
**Suggestions for the fix if any**
- NA/Description
**Debug logs**
**Minimal code to reproduce the issue/ perticular file(s) or code which is causing the issue**
<details>
<summary> filename.ext </summary>
</details>
<br/>
### Details
- [ ] I have tried reproducing, and the issue is reproducible
- [ ] I have tried debugging
- [ ] I've provided all the mandatory info for this issue
- Device and platform on which you've tested
- Video/ Image(s) proof if possible (Link or attach it here)
- Output from flutter doctor if possible
List all the issues you've found
Write down the issue description after List all the issues you've found
.
**List all the issues you've found**
- Issue one: title
- Issue two: title
---
Steps to reproduce
Add Steps to reproduce the issue in this section.
**Steps to reproduce**
1. Go to the `ABC` page.
2. Perform `LMN` task.
Expected outcome
Write about what is expected.
**Expected outcome**
- description
Actual results
Write about what is actual results.
**Actual results**
- description
Suggestions for the fix if any
Write your suggetion after Suggestions for the fix if any.
**Suggestions for the fix if any**
- NA/Description
Debug logs
Attach Debug logs if any.
**Debug logs**
Minimal code to reproduce the issue/ perticular file(s) or code which is causing the issue
Attach minimal code to reproduce the issue.
**Minimal code to reproduce the issue/ perticular file(s) or code which is causing the issue**
<details>
<summary> filename.ext </summary>
</details>
<br/>
Details
Developer should tick the relevant boxes for PR they're raising. To tick a box? put [x]
instead of [ ]
. Add the additional details if possible.
- [x] I have tried reproducing, and the issue is reproducible
- [ ] I have tried debugging
- [ ] I've provided all the mandatory info for this issue
- Device and platform on which you've tested
- Video/ Image(s) proof if possible (Link or attach it here)
- Output from flutter doctor if possible