67 lines
1.3 KiB
Markdown
67 lines
1.3 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: 1 backlog, bug
|
|
assignees: ryanheise
|
|
|
|
---
|
|
|
|
<!--
|
|
|
|
PLEASE READ CAREFULLY!
|
|
|
|
|
|
|
|
|
|
|
|
FOR YOUR BUG REPORT TO BE PROCESSED, YOU WILL NEED
|
|
TO FILL IN ALL SECTIONS BELOW. DON'T DELETE THE HEADINGS.
|
|
|
|
|
|
THANK YOU :-D
|
|
|
|
|
|
-->
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**Minimal reproduction project**
|
|
If the example project exhibits the bug, please mention that here, otherwise fork this project and modify the example to reproduce the bug. Provide the link to your repository here.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Error messages**
|
|
|
|
```
|
|
If applicable, copy & paste error message here.
|
|
```
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Desktop (please complete the following information):**
|
|
- OS: [e.g. MacOS + version]
|
|
- Browser [e.g. chrome, safari + version]
|
|
|
|
**Smartphone (please complete the following information):**
|
|
- Device: [e.g. iPhone6]
|
|
- OS: [e.g. iOS8.1]
|
|
|
|
**Flutter SDK version**
|
|
```
|
|
insert output of "flutter doctor" here
|
|
```
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|